diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:26:49 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:26:49 -0500 |
commit | 09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c (patch) | |
tree | c1aee13dc23e4c608516bc3bc94a4cb64a7b0157 | |
parent | 754db5d8f2ee8865dd1e34036fb97de818004b5c (diff) | |
download | tdewebdev-09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c.tar.gz tdewebdev-09e3cb3e3c55c5002fa127aec2c5e7fe3107da1c.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | kommander/editor/functionsimpl.cpp | 2 |
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(); |