diff options
author | David Faure <faure@kde.org> | 2017-01-08 23:35:09 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2017-01-08 23:35:09 +0100 |
commit | b5c0647475e24fcbef1751e2efd6e4b7644eb5a8 (patch) | |
tree | 757d057f429176d3be2b984a98326eff1670162b | |
parent | d3de5a2a79d2786207d0cfbbc9828e00dabd148d (diff) | |
download | kconfig-b5c0647475e24fcbef1751e2efd6e4b7644eb5a8.tar.gz kconfig-b5c0647475e24fcbef1751e2efd6e4b7644eb5a8.tar.bz2 |
Update message, kdeui doesn't exist anymore.
-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: |