From b5c0647475e24fcbef1751e2efd6e4b7644eb5a8 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 8 Jan 2017 23:35:09 +0100 Subject: Update message, kdeui doesn't exist anymore. --- src/core/kconfiggroup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/kconfiggroup.cpp') 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: -- cgit v1.2.1