summaryrefslogtreecommitdiffstats
path: root/krename
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:17 -0600
commit070d50b98d8c73a7ca4e8d9decc788f003dcbb79 (patch)
tree302c6c26d42ddcf2c841e86574806a6cc49cd7f7 /krename
parent3a2b8b22f9ef8092bfdba4d57663276039c9c1fc (diff)
downloadkrename-070d50b98d8c73a7ca4e8d9decc788f003dcbb79.tar.gz
krename-070d50b98d8c73a7ca4e8d9decc788f003dcbb79.zip
Rename additional members for tqt3
Diffstat (limited to 'krename')
-rw-r--r--krename/replacedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp
index 68435e2..15e2778 100644
--- a/krename/replacedialog.cpp
+++ b/krename/replacedialog.cpp
@@ -192,7 +192,7 @@ void ReplaceDialog::invokeRegEdit()
{
TQDialog* 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;