summaryrefslogtreecommitdiffstats
path: root/src/versit/qversitreader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/versit/qversitreader_p.h')
-rw-r--r--src/versit/qversitreader_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versit/qversitreader_p.h b/src/versit/qversitreader_p.h
index 1716295b4..d8ed7eca9 100644
--- a/src/versit/qversitreader_p.h
+++ b/src/versit/qversitreader_p.h
@@ -276,7 +276,7 @@ public: // New functions
bool hasEscapedBackslashes) const;
static QStringList splitValue(const QString& string,
const QChar& sep,
- QString::SplitBehavior behaviour,
+ Qt::SplitBehavior behavior,
bool hasEscapedBackslashes);
static void removeBackSlashEscaping(QString* text);