diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:46:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:46:22 -0600 |
commit | 96900aaa4094c012cea79188225fd1e1d43f5ce7 (patch) | |
tree | 3f50c9404193498dab310e10d6b57830bf7eeb49 /kttsd/filters/talkerchooser | |
parent | d479daee57f586dcd10d91270e0d1a8ebe41a494 (diff) | |
download | tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.tar.gz tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kttsd/filters/talkerchooser')
-rw-r--r-- | kttsd/filters/talkerchooser/talkerchooserconf.cpp | 4 | ||||
-rw-r--r-- | kttsd/filters/talkerchooser/talkerchooserconf.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.cpp b/kttsd/filters/talkerchooser/talkerchooserconf.cpp index 350f845..2e539f1 100644 --- a/kttsd/filters/talkerchooser/talkerchooserconf.cpp +++ b/kttsd/filters/talkerchooser/talkerchooserconf.cpp @@ -61,7 +61,7 @@ TalkerChooserConf::TalkerChooserConf( TQWidget *parent, const char *name, const m_widget = new TalkerChooserConfWidget(this, "TalkerChooserConfigWidget"); 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->reEditorButton->setEnabled(m_reEditorInstalled); @@ -204,7 +204,7 @@ void TalkerChooserConf::slotReEditorButton_clicked() 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 *reEditor = static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( reEditor ); // This should not fail!// now use the editor. diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.h b/kttsd/filters/talkerchooser/talkerchooserconf.h index 56dc326..5776fe1 100644 --- a/kttsd/filters/talkerchooser/talkerchooserconf.h +++ b/kttsd/filters/talkerchooser/talkerchooserconf.h @@ -126,7 +126,7 @@ class TalkerChooserConf : public KttsFilterConf private: // Configuration Widget. TalkerChooserConfWidget* m_widget; - // True if kdeutils Regular Expression Editor is installed. + // True if tdeutils Regular Expression Editor is installed. bool m_reEditorInstalled; // User's chosen Talker Code. TalkerCode m_talkerCode; |