summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/helpwidget.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-24 14:11:20 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-24 14:11:20 -0600
commit0b9a39305949515fdfabf571f4cdbf61678c81d2 (patch)
tree26a70701e97ef5e52566924588280584de8abf84 /kcontrol/kcontrol/helpwidget.cpp
parent63a69a7bbb6cba8ea6884e1c6fa73dcaa81fbafa (diff)
downloadtdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.tar.gz
tdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.zip
Finish moving kinfocenter files to kcontrol.
This partially resolves bug report 289.
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