From 4a6f4a17320917d60610036649b6192289c3f4a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:43:52 +0900 Subject: Replace various strings '#define'd in tqtinterface Signed-off-by: Michele Calgaro (cherry picked from commit 8f924d271a4771b8046697fefd778d895a54d93d) --- konqueror/remoteencodingplugin/kremoteencodingplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror/remoteencodingplugin/kremoteencodingplugin.cpp') 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(parent); + m_part = dynamic_cast(parent); if (m_part) // if parent is not a KonqDirPart, our menu will never show TQObject::connect(m_part, TQT_SIGNAL(aboutToOpenURL()), -- cgit v1.2.3