From 96900aaa4094c012cea79188225fd1e1d43f5ce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:46:22 -0600 Subject: Additional renaming of kde to tde --- kttsd/filters/sbd/sbdconf.cpp | 4 ++-- kttsd/filters/sbd/sbdconf.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kttsd/filters/sbd') diff --git a/kttsd/filters/sbd/sbdconf.cpp b/kttsd/filters/sbd/sbdconf.cpp index 0460521..812a81d 100644 --- a/kttsd/filters/sbd/sbdconf.cpp +++ b/kttsd/filters/sbd/sbdconf.cpp @@ -68,7 +68,7 @@ SbdConf::SbdConf( TQWidget *parent, const char *name, const TQStringList& /*args m_widget = new SbdConfWidget(this, "SbdConfigWidget"); tqlayout->addWidget(m_widget); - // Determine if kdeutils Regular Expression Editor is installed. + // Determine if tdeutils Regular Expression Editor is installed. m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); m_widget->reButton->setEnabled( m_reEditorInstalled ); @@ -214,7 +214,7 @@ void SbdConf::slotReButton_clicked() 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 *reEditor = static_cast(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( reEditor ); // This should not fail!// now use the editor. diff --git a/kttsd/filters/sbd/sbdconf.h b/kttsd/filters/sbd/sbdconf.h index d2e2ae0..32d80bc 100644 --- a/kttsd/filters/sbd/sbdconf.h +++ b/kttsd/filters/sbd/sbdconf.h @@ -131,7 +131,7 @@ class SbdConf : public KttsFilterConf // Configuration Widget. SbdConfWidget* m_widget; - // True if kdeutils Regular Expression Editor is installed. + // True if tdeutils Regular Expression Editor is installed. bool m_reEditorInstalled; // Language Code. TQStringList m_languageCodeList; -- cgit v1.2.1