diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 23:40:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 23:40:14 +0900 |
commit | 3b8c44efa380ea0840e94aca67ca4327a7f0bf9a (patch) | |
tree | ab7d01303b0f93d9e92b9b754d57911caaf9f508 /src/kommandod.cpp | |
parent | 7665c8d3f798aaf287ff14a35af74d9c303cb20c (diff) | |
download | kommando-3b8c44efa380ea0840e94aca67ca4327a7f0bf9a.tar.gz kommando-3b8c44efa380ea0840e94aca67ca4327a7f0bf9a.zip |
Raw KDE->TDE conversion using tde/scripts/conversions/kde-tde/convert_existing_kde3_app_to_tde
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kommandod.cpp')
-rw-r--r-- | src/kommandod.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kommandod.cpp b/src/kommandod.cpp index c624c85..0bcafac 100644 --- a/src/kommandod.cpp +++ b/src/kommandod.cpp @@ -20,7 +20,7 @@ #include <ntqmessagebox.h> #include <ntqdir.h> -#include <klocale.h> +#include <tdelocale.h> #include <ntqmessagebox.h> #include <kdebug.h> @@ -38,7 +38,7 @@ KommandoDaemon::KommandoDaemon(const TQCString &name) Shortcut.insert("Toggle", i18n("Toggle"), i18n("This shortcut toggles the visibility of the Kommando menu"), - KShortcut(config.Shortcut()), KShortcut(config.Shortcut()), + TDEShortcut(config.Shortcut()), TDEShortcut(config.Shortcut()), kommandoWin, SLOT( slotGlobAccel() ) ); Shortcut.setEnabled(true); Shortcut.updateConnections(); |