summaryrefslogtreecommitdiffstats
path: root/krename/replacedialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-17 20:55:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-18 22:41:27 +0900
commit44470b8aac4ef252b9f4169b5df025d4405e3c37 (patch)
treeb7f37dc1ee2676f591ca1e047dc184c65cec5a3c /krename/replacedialog.cpp
parent7132d1d7682f32a3319bb8dbd5a8e82e862d3438 (diff)
downloadkrename-44470b8aac4ef252b9f4169b5df025d4405e3c37.tar.gz
krename-44470b8aac4ef252b9f4169b5df025d4405e3c37.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10da9998098672ff2d6c1213bda6993adc0b6589)
Diffstat (limited to 'krename/replacedialog.cpp')
-rw-r--r--krename/replacedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp
index 85db862..b91d5e5 100644
--- a/krename/replacedialog.cpp
+++ b/krename/replacedialog.cpp
@@ -190,7 +190,7 @@ void ReplaceDialog::moveFocus()
void ReplaceDialog::invokeRegEdit()
{
- TQDialog* regExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
+ TQDialog* regExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), this );
KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( regExpDialog->tqt_cast( "KRegExpEditorInterface" ) );
if ( !iface )