summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:14 -0600
commit0a841682a5517fa5c9807fd0f09ffcf141bf1b35 (patch)
treef977fd590b6a9dd3867af92f7269e6c3b87433d5 /kopete/plugins/highlight
parent55b5e168e3b25303c9eff3b5e4b6e2317e13a156 (diff)
downloadtdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.tar.gz
tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.zip
Additional renaming of kde to tde
Diffstat (limited to 'kopete/plugins/highlight')
-rw-r--r--kopete/plugins/highlight/highlightpreferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/highlight/highlightpreferences.cpp b/kopete/plugins/highlight/highlightpreferences.cpp
index 5e8da39c..eead8241 100644
--- a/kopete/plugins/highlight/highlightpreferences.cpp
+++ b/kopete/plugins/highlight/highlightpreferences.cpp
@@ -245,7 +245,7 @@ void HighlightPreferences::slotEditRegExp()
TQDialog *editorDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if ( editorDialog )
{
- // kdeutils was installed, so the dialog was found fetch the editor interface
+ // tdeutils was installed, so the dialog was found fetch the editor interface
KRegExpEditorInterface *editor = static_cast<KRegExpEditorInterface *>( editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( editor ); // This should not fail!
// now use the editor.