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/stringreplacer/stringreplacerconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/filters/stringreplacer') 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(); -- cgit v1.2.3