From 3b1405169d66e029912f53d10c2880c46f5ed159 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:51:39 -0600 Subject: Additional renaming of kde to tde --- interfaces/kregexpeditor/kregexpeditorinterface.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interfaces/kregexpeditor/kregexpeditorinterface.h') diff --git a/interfaces/kregexpeditor/kregexpeditorinterface.h b/interfaces/kregexpeditor/kregexpeditorinterface.h index 6995c3982..3c96d8d93 100644 --- a/interfaces/kregexpeditor/kregexpeditorinterface.h +++ b/interfaces/kregexpeditor/kregexpeditorinterface.h @@ -8,11 +8,11 @@ * * @author Jesper K. Pedersen blackie@kde.org * - * The actual editor is located in kdeutils, with an interface in - * kdelibs. This means that it is a bit more complicated to create an + * The actual editor is located in tdeutils, with an interface in + * tdelibs. This means that it is a bit more complicated to create an * instance of the editor, but only a little bit more complicated. * - * To check if kregexpeditor in kdeutils is installed and available use this line: + * To check if kregexpeditor in tdeutils is installed and available use this line: * * \code * bool installed=!KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); @@ -24,7 +24,7 @@ * \code * TQDialog *editorDialog = KParts::ComponentFactory::createInstanceFromQuery( "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 = ::tqqt_cast( editorDialog ); * Q_ASSERT( editor ); // This should not fail! * @@ -52,7 +52,7 @@ * KParts::ComponentFactory::createInstanceFromQuery( * "KRegExpEditor/KRegExpEditor", TQString::null, parent ); * if ( editorWidget ) { - * // kdeutils was installed, so the widget was found fetch the editor interface + * // tdeutils was installed, so the widget was found fetch the editor interface * KRegExpEditorInterface *editor = ::tqqt_cast( editorWidget ); * Q_ASSERT( editor ); // This should not fail! * -- cgit v1.2.1