diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:18:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:18:11 -0500 |
commit | 9eae3fd24cafe1236bcc2719d02727dcbaa3327e (patch) | |
tree | dadab3e6c2cd4d8e9569d81a8be3d4cac1f7f08e /parts/partexplorer | |
parent | 58ccb6aa2b07c4fe550fc880e36cb033ed5ca992 (diff) | |
download | tdevelop-9eae3fd24cafe1236bcc2719d02727dcbaa3327e.tar.gz tdevelop-9eae3fd24cafe1236bcc2719d02727dcbaa3327e.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'parts/partexplorer')
-rw-r--r-- | parts/partexplorer/partexplorer_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/partexplorer/partexplorer_plugin.cpp b/parts/partexplorer/partexplorer_plugin.cpp index dbf2b554..837b0f85 100644 --- a/parts/partexplorer/partexplorer_plugin.cpp +++ b/parts/partexplorer/partexplorer_plugin.cpp @@ -43,7 +43,7 @@ PartExplorerPlugin::PartExplorerPlugin( TQObject *parent, const char *name, con KAction *action = new KAction( i18n("&Part Explorer"), 0, this, TQT_SLOT(slotShowForm()), actionCollection(), "show_partexplorerform" ); action->setToolTip(i18n("KTrader query execution")); - action->setWhatsThis(i18n("<b>Part explorer</b><p>Shows a dialog for KTrader query execution. Search your KDE documentation for more information about KDE services and KTrader.")); + action->setWhatsThis(i18n("<b>Part explorer</b><p>Shows a dialog for KTrader query execution. Search your TDE documentation for more information about TDE services and KTrader.")); } PartExplorerPlugin::~PartExplorerPlugin() |