diff options
Diffstat (limited to 'src')
| -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 96120c6a..6c1373e1 100644 --- a/src/core/kconfigwatcher.cpp +++ b/src/core/kconfigwatcher.cpp @@ -85,7 +85,7 @@ KConfigWatcher::KConfigWatcher(const KSharedConfig::Ptr &config):                                                SLOT(onConfigChangeNotification(QHash<QString, QByteArrayList>)));      }  #else -    qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates" +    qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates";  #endif  } | 
