diff --git a/documentation/qthelp/qthelpconfig.cpp b/documentation/qthelp/qthelpconfig.cpp --- a/documentation/qthelp/qthelpconfig.cpp +++ b/documentation/qthelp/qthelpconfig.cpp @@ -377,10 +377,10 @@ QString QtHelpConfig::name() const { - return i18n("QtHelp Documentation"); + return i18n("API Documentation"); } QIcon QtHelpConfig::icon() const { - return QIcon::fromTheme(QStringLiteral("qtlogo")); + return QIcon::fromTheme(QStringLiteral("help-contents")); } diff --git a/documentation/qthelp/qthelpconfig.ui b/documentation/qthelp/qthelpconfig.ui --- a/documentation/qthelp/qthelpconfig.ui +++ b/documentation/qthelp/qthelpconfig.ui @@ -17,7 +17,7 @@ - Manage QtHelp Documentation + Manage API Documentation @@ -152,7 +152,7 @@ - Load Qt documentation + Load Qt API Documentation @@ -174,13 +174,6 @@ - - - QPushButton - QPushButton -
kpushbutton.h
-
-