summaryrefslogtreecommitdiffstats
path: root/konqueror/remoteencodingplugin
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:43:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-20 13:16:58 +0900
commit8f924d271a4771b8046697fefd778d895a54d93d (patch)
treedee126661eaa1600216fef50aff302c8603f8ad6 /konqueror/remoteencodingplugin
parentd2412f01de96943fe2cb62e9104506a6b9b9b7e6 (diff)
downloadtdebase-8f924d271a4771b8046697fefd778d895a54d93d.tar.gz
tdebase-8f924d271a4771b8046697fefd778d895a54d93d.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror/remoteencodingplugin')
-rw-r--r--konqueror/remoteencodingplugin/kremoteencodingplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/remoteencodingplugin/kremoteencodingplugin.cpp b/konqueror/remoteencodingplugin/kremoteencodingplugin.cpp
index 8889861b3..913444098 100644
--- a/konqueror/remoteencodingplugin/kremoteencodingplugin.cpp
+++ b/konqueror/remoteencodingplugin/kremoteencodingplugin.cpp
@@ -55,7 +55,7 @@ KRemoteEncodingPlugin::KRemoteEncodingPlugin(TQObject * parent,
m_menu->setEnabled(false);
m_menu->setDelayed(false);
- m_part = tqt_dynamic_cast<KonqDirPart*>(parent);
+ m_part = dynamic_cast<KonqDirPart*>(parent);
if (m_part)
// if parent is not a KonqDirPart, our menu will never show
TQObject::connect(m_part, TQT_SIGNAL(aboutToOpenURL()),