diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:15:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:15:28 -0600 |
commit | 2242eb95a7bcd686207e2043340fed5ccc8b7609 (patch) | |
tree | fd85f1fe082773ae6bc422b71392ded6bfa3c903 /kfind/kftabdlg.cpp | |
parent | 0a382195c4b1822d4120a50d8a6c1269467386ac (diff) | |
download | tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.tar.gz tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.zip |
Rename additional members for tqt3
Diffstat (limited to 'kfind/kftabdlg.cpp')
-rw-r--r-- | kfind/kftabdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp index 6f7977e41..2d0a0692d 100644 --- a/kfind/kftabdlg.cpp +++ b/kfind/kftabdlg.cpp @@ -498,7 +498,7 @@ void KfindTabWidget::slotEditRegExp() if ( ! regExpDialog ) regExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) ); - KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( regExpDialog->qt_cast( "KRegExpEditorInterface" ) ); + KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( regExpDialog->tqt_cast( "KRegExpEditorInterface" ) ); if ( !iface ) return; |