summaryrefslogtreecommitdiffstats
path: root/kommander/editor
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:26:49 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:26:49 -0500
commit09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c (patch)
treec1aee13dc23e4c608516bc3bc94a4cb64a7b0157 /kommander/editor
parent754db5d8f2ee8865dd1e34036fb97de818004b5c (diff)
downloadtdewebdev-09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c.tar.gz
tdewebdev-09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kommander/editor')
-rw-r--r--kommander/editor/functionsimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/functionsimpl.cpp b/kommander/editor/functionsimpl.cpp
index 478d9d9c..a7393dca 100644
--- a/kommander/editor/functionsimpl.cpp
+++ b/kommander/editor/functionsimpl.cpp
@@ -195,7 +195,7 @@ void FunctionsDialog::functionChanged(int)
{
KommanderWidget* w = dynamic_cast<KommanderWidget *>(m_widgetList[widgetComboBox->currentText()]);
TQObject *o = w->object();
- TQString slotHelp = i18n("To learn more about the slot, look at the documentation of the base TQt/KDE class, most probably <i>%1</i>.").arg(o->metaObject()->superClassName() ? TQString(o->metaObject()->superClassName()) : TQString(o->className()) );
+ TQString slotHelp = i18n("To learn more about the slot, look at the documentation of the base TQt/TDE class, most probably <i>%1</i>.").arg(o->metaObject()->superClassName() ? TQString(o->metaObject()->superClassName()) : TQString(o->className()) );
TQString slotName = functionListBox->currentText();
TQString slot = m_slotList[slotName];
descriptionText->clear();