summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/helpwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/helpwidget.cpp')
-rw-r--r--kcontrol/kcontrol/helpwidget.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/kcontrol/kcontrol/helpwidget.cpp b/kcontrol/kcontrol/helpwidget.cpp
index 0e8cc4844..3e4fe717f 100644
--- a/kcontrol/kcontrol/helpwidget.cpp
+++ b/kcontrol/kcontrol/helpwidget.cpp
@@ -47,16 +47,10 @@ void HelpWidget::setText(const TQString& docPath, const TQString& text)
void HelpWidget::setBaseText()
{
- if (KCGlobal::isInfoCenter())
- helptext = (i18n("<h1>Trinity Info Center</h1>"
- "There is no quick help available for the active info module."
- "<br><br>"
- "Click <a href = \"kinfocenter/index.html\">here</a> to read the general Info Center manual.") );
- else
- helptext = (i18n("<h1>Trinity Control Center</h1>"
- "There is no quick help available for the active control module."
- "<br><br>"
- "Click <a href = \"kcontrol/index.html\">here</a> to read the general Control Center manual.") );
+ helptext = (i18n("<h1>Trinity Control Center</h1>"
+ "There is no quick help available for the active control module."
+ "<br><br>"
+ "Click <a href = \"kcontrol/index.html\">here</a> to read the general Control Center manual.") );
}
TQString HelpWidget::text() const