summaryrefslogtreecommitdiffstats
path: root/kfind
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:15:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:15:28 -0600
commit2242eb95a7bcd686207e2043340fed5ccc8b7609 (patch)
treefd85f1fe082773ae6bc422b71392ded6bfa3c903 /kfind
parent0a382195c4b1822d4120a50d8a6c1269467386ac (diff)
downloadtdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.tar.gz
tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.zip
Rename additional members for tqt3
Diffstat (limited to 'kfind')
-rw-r--r--kfind/kftabdlg.cpp2
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;