From f049578b69cf684dd4a8208d171f723a67cc630b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:14:29 -0600 Subject: Rename additional members for tqt3 --- kttsd/filters/sbd/sbdconf.cpp | 2 +- kttsd/filters/stringreplacer/stringreplacerconf.cpp | 2 +- kttsd/filters/talkerchooser/talkerchooserconf.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kttsd') diff --git a/kttsd/filters/sbd/sbdconf.cpp b/kttsd/filters/sbd/sbdconf.cpp index 4d595f0..69d048c 100644 --- a/kttsd/filters/sbd/sbdconf.cpp +++ b/kttsd/filters/sbd/sbdconf.cpp @@ -216,7 +216,7 @@ void SbdConf::slotReButton_clicked() { // tdeutils was installed, so the dialog was found. Fetch the editor interface. KRegExpEditorInterface *reEditor = - static_cast(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast(editorDialog->tqt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( reEditor ); // This should not fail!// now use the editor. reEditor->setRegExp( m_widget->reLineEdit->text() ); int dlgResult = editorDialog->exec(); diff --git a/kttsd/filters/stringreplacer/stringreplacerconf.cpp b/kttsd/filters/stringreplacer/stringreplacerconf.cpp index d38f33c..03ab590 100644 --- a/kttsd/filters/stringreplacer/stringreplacerconf.cpp +++ b/kttsd/filters/stringreplacer/stringreplacerconf.cpp @@ -672,7 +672,7 @@ void StringReplacerConf::slotMatchButton_clicked() { // tdeutils was installed, so the dialog was found. Fetch the editor interface. KRegExpEditorInterface *reEditor = - static_cast(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast(editorDialog->tqt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( reEditor ); // This should not fail!// now use the editor. reEditor->setRegExp( m_editWidget->matchLineEdit->text() ); int dlgResult = editorDialog->exec(); diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.cpp b/kttsd/filters/talkerchooser/talkerchooserconf.cpp index 2b2c47a..8fc504a 100644 --- a/kttsd/filters/talkerchooser/talkerchooserconf.cpp +++ b/kttsd/filters/talkerchooser/talkerchooserconf.cpp @@ -206,7 +206,7 @@ void TalkerChooserConf::slotReEditorButton_clicked() { // tdeutils was installed, so the dialog was found. Fetch the editor interface. KRegExpEditorInterface *reEditor = - static_cast(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast(editorDialog->tqt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( reEditor ); // This should not fail!// now use the editor. reEditor->setRegExp( m_widget->reLineEdit->text() ); int dlgResult = editorDialog->exec(); -- cgit v1.2.1