diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 16:43:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-20 13:18:04 +0900 |
commit | 4a6f4a17320917d60610036649b6192289c3f4a5 (patch) | |
tree | 27f568667018288fd8ba55ba98f8266867104db2 /konqueror/shellcmdplugin/kshellcmdplugin.cpp | |
parent | 06606d2ade0b66ab64cee3da0ac9792f55359121 (diff) | |
download | tdebase-4a6f4a17320917d60610036649b6192289c3f4a5.tar.gz tdebase-4a6f4a17320917d60610036649b6192289c3f4a5.zip |
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8f924d271a4771b8046697fefd778d895a54d93d)
Diffstat (limited to 'konqueror/shellcmdplugin/kshellcmdplugin.cpp')
-rw-r--r-- | konqueror/shellcmdplugin/kshellcmdplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<KonqDirPart *>(parent()); + KonqDirPart * part = dynamic_cast<KonqDirPart *>(parent()); if ( !part ) { KMessageBox::sorry(0L, "KShellCmdPlugin::slotExecuteShellCommand: Program error, please report a bug."); |