diff options
author | Michele Calgaro <[email protected]> | 2025-02-22 21:49:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-22 21:49:37 +0900 |
commit | a80586b189477e83d0e4f236d82bfd1483c67292 (patch) | |
tree | cafa656996a9732c65777b6a47f1758c659c65ba | |
parent | c5645b261a7a3911ff97eba64c4828a2187510ab (diff) | |
download | amarok-feat/use-tdeglobalaccel.tar.gz amarok-feat/use-tdeglobalaccel.zip |
Use tdeglobalaccel.hfeat/use-tdeglobalaccel
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | amarok/src/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/app.cpp b/amarok/src/app.cpp index 2f663c47..50c91a07 100644 --- a/amarok/src/app.cpp +++ b/amarok/src/app.cpp @@ -56,7 +56,7 @@ email : [email protected] #include <tdecmdlineargs.h> //initCliArgs() #include <kcursor.h> //Amarok::OverrideCursor #include <kedittoolbar.h> //slotConfigToolbars() -#include <kglobalaccel.h> //initGlobalShortcuts() +#include <tdeglobalaccel.h> //initGlobalShortcuts() #include <tdeglobalsettings.h> //applyColorScheme() #include <kiconloader.h> //amarok Icon #include <kkeydialog.h> //slotConfigShortcuts() |