diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 55ebca244..7cc852ec6 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -535,7 +535,7 @@ QStringList QETApp::handledFileExtensions() { if (!ext.count()) { ext << "qet"; ext << "elmt"; - ext << QString(TITLEBLOCKS_FILE_EXTENSION).remove(QRegExp("^\.")); + ext << QString(TITLEBLOCKS_FILE_EXTENSION).remove(QRegExp("^\\.")); } return(ext); }