diff options
Diffstat (limited to 'src/core/kconfiggroup.cpp')
-rw-r--r-- | src/core/kconfiggroup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kconfiggroup.cpp b/src/core/kconfiggroup.cpp index f6eb2f52..700e579c 100644 --- a/src/core/kconfiggroup.cpp +++ b/src/core/kconfiggroup.cpp @@ -367,7 +367,7 @@ QVariant KConfigGroup::convertToQVariant(const char *pKey, const QByteArray &val case QMetaType::QFont: qWarning() << "KConfigGroup::readEntry was passed GUI type '" << aDefault.typeName() - << "' but kdeui isn't linked! If it is linked to your program, " + << "' but KConfigGui isn't linked! If it is linked to your program, " "this is a platform bug. Please inform the KDE developers"; break; case QMetaType::QUrl: @@ -1041,7 +1041,7 @@ void KConfigGroup::writeEntry(const char *key, const QVariant &value, case QMetaType::QFont: qWarning() << "KConfigGroup::writeEntry was passed GUI type '" << value.typeName() - << "' but kdeui isn't linked! If it is linked to your program, this is a platform bug. " + << "' but KConfigGui isn't linked! If it is linked to your program, this is a platform bug. " "Please inform the KDE developers"; break; case QMetaType::QUrl: |