diff options
Diffstat (limited to 'parts/replace')
-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() ); |