diff --git a/src/meshlabplugins/io_txt/io_txt.cpp b/src/meshlabplugins/io_txt/io_txt.cpp index 44a7d6070..4fc6a6195 100755 --- a/src/meshlabplugins/io_txt/io_txt.cpp +++ b/src/meshlabplugins/io_txt/io_txt.cpp @@ -164,7 +164,7 @@ bool parseTXT(QString filename, CMeshO &m, int rowToSkip, int dataSeparator, int { // reading and tokenizing freshLine = QString(impFile.readLine()).simplified(); - tokenizedLine = freshLine.split(separator, QString::SkipEmptyParts); + tokenizedLine = freshLine.split(separator, Qt::SkipEmptyParts); switch(dataFormat) {