diff options
Diffstat (limited to 'src/core/kconfigwatcher.cpp')
-rw-r--r-- | src/core/kconfigwatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfigwatcher.cpp b/src/core/kconfigwatcher.cpp index 6c1373e1..9a37b6f0 100644 --- a/src/core/kconfigwatcher.cpp +++ b/src/core/kconfigwatcher.cpp @@ -82,7 +82,7 @@ KConfigWatcher::KConfigWatcher(const KSharedConfig::Ptr &config): QStringLiteral("org.kde.kconfig.notify"), QStringLiteral("ConfigChanged"), this, - SLOT(onConfigChangeNotification(QHash<QString, QByteArrayList>))); + SLOT(onConfigChangeNotification(QHash<QString,QByteArrayList>))); } #else qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates"; |