summaryrefslogtreecommitdiff
path: root/quackleio/flexiblealphabet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quackleio/flexiblealphabet.cpp')
-rw-r--r--quackleio/flexiblealphabet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quackleio/flexiblealphabet.cpp b/quackleio/flexiblealphabet.cpp
index 34ce229..011e59b 100644
--- a/quackleio/flexiblealphabet.cpp
+++ b/quackleio/flexiblealphabet.cpp
@@ -51,7 +51,7 @@ bool FlexibleAlphabetParameters::load(const QString &filename)
while (!stream.atEnd())
{
line = stream.readLine().simplified();
- QStringList strings = line.split(QRegExp("\\s+"));
+ QStringList strings = line.split(QRegularExpression("\\s+"));
if (line.startsWith("#"))
continue;