diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:20:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:20:21 -0600 |
commit | 143fbfa76907357bb86e0daa9fc47065ca8cf65d (patch) | |
tree | c1b9c83f36c87ad1e2e8b739901b1637786774d1 /parts/regexptest | |
parent | e80643754b9c67298520be1ac90676e938d58d64 (diff) | |
download | tdevelop-143fbfa76907357bb86e0daa9fc47065ca8cf65d.tar.gz tdevelop-143fbfa76907357bb86e0daa9fc47065ca8cf65d.zip |
Rename additional members for tqt3
Diffstat (limited to 'parts/regexptest')
-rw-r--r-- | parts/regexptest/regexptestdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/regexptest/regexptestdlg.cpp b/parts/regexptest/regexptestdlg.cpp index 0f761ed9..3907f08c 100644 --- a/parts/regexptest/regexptestdlg.cpp +++ b/parts/regexptest/regexptestdlg.cpp @@ -241,7 +241,7 @@ void RegexpTestDialog::showRegExpEditor( ) if ( _regexp_dialog ) { KRegExpEditorInterface *editor = - static_cast<KRegExpEditorInterface *>( _regexp_dialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast<KRegExpEditorInterface *>( _regexp_dialog->tqt_cast( "KRegExpEditorInterface" ) ); editor->setRegExp( pattern_edit->text() ); |