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/replace/replacedlgimpl.cpp | |
parent | e80643754b9c67298520be1ac90676e938d58d64 (diff) | |
download | tdevelop-143fbfa76907357bb86e0daa9fc47065ca8cf65d.tar.gz tdevelop-143fbfa76907357bb86e0daa9fc47065ca8cf65d.zip |
Rename additional members for tqt3
Diffstat (limited to 'parts/replace/replacedlgimpl.cpp')
-rw-r--r-- | parts/replace/replacedlgimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/replace/replacedlgimpl.cpp b/parts/replace/replacedlgimpl.cpp index b0c5bffd..0ee78577 100644 --- a/parts/replace/replacedlgimpl.cpp +++ b/parts/replace/replacedlgimpl.cpp @@ -88,7 +88,7 @@ void ReplaceDlgImpl::showRegExpEditor() if ( _regexp_dialog ) { KRegExpEditorInterface *editor = - static_cast<KRegExpEditorInterface *>( _regexp_dialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast<KRegExpEditorInterface *>( _regexp_dialog->tqt_cast( "KRegExpEditorInterface" ) ); editor->setRegExp( regexp_combo->currentText() ); |