-rw-r--r-- | microkde/kconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microkde/kconfig.cpp b/microkde/kconfig.cpp index 821e386..940196e 100644 --- a/microkde/kconfig.cpp +++ b/microkde/kconfig.cpp @@ -67,3 +67,3 @@ QValueList<int> KConfig::readIntListEntry( const QString & key) - QStringList valuesAsStrings = QStringList::split(":@:", *mit ); + QStringList valuesAsStrings = QStringList::split(":", *mit ); bool ok = false; |