From 070d50b98d8c73a7ca4e8d9decc788f003dcbb79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:10:17 -0600 Subject: [PATCH] Rename additional members for tqt3 --- krename/replacedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) ); - KRegExpEditorInterface *iface = static_cast( regExpDialog->qt_cast( "KRegExpEditorInterface" ) ); + KRegExpEditorInterface *iface = static_cast( regExpDialog->tqt_cast( "KRegExpEditorInterface" ) ); if ( !iface ) return;