From 8f924d271a4771b8046697fefd778d895a54d93d 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 --- konqueror/shellcmdplugin/kshellcmdplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror/shellcmdplugin/kshellcmdplugin.cpp') diff --git a/konqueror/shellcmdplugin/kshellcmdplugin.cpp b/konqueror/shellcmdplugin/kshellcmdplugin.cpp index 99e04fce8..407d6f297 100644 --- a/konqueror/shellcmdplugin/kshellcmdplugin.cpp +++ b/konqueror/shellcmdplugin/kshellcmdplugin.cpp @@ -39,7 +39,7 @@ KShellCmdPlugin::KShellCmdPlugin( TQObject* parent, const char* name, void KShellCmdPlugin::slotExecuteShellCommand() { - KonqDirPart * part = tqt_dynamic_cast(parent()); + KonqDirPart * part = dynamic_cast(parent()); if ( !part ) { KMessageBox::sorry(0L, "KShellCmdPlugin::slotExecuteShellCommand: Program error, please report a bug."); -- cgit v1.2.1