diff options
author | Michele Calgaro <[email protected]> | 2025-02-22 21:04:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-23 17:58:28 +0900 |
commit | fda0344c47b3b825fb378e19933100ef48c66707 (patch) | |
tree | 3b45c604410db5399ebdf8d7bcb9643f3b44e259 /tdeui/kkeydialog.cpp | |
parent | a2e8812557c23061640287a6779f02b6868f28ca (diff) | |
download | tdelibs-fda0344c47b3b825fb378e19933100ef48c66707.tar.gz tdelibs-fda0344c47b3b825fb378e19933100ef48c66707.zip |
Rename kglobalaccel* files to tdeglobalaccel*.
A dummy 'kglobalaccel.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeui/kkeydialog.cpp')
-rw-r--r-- | tdeui/kkeydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kkeydialog.cpp b/tdeui/kkeydialog.cpp index 15c8ef78e..5c028e4f7 100644 --- a/tdeui/kkeydialog.cpp +++ b/tdeui/kkeydialog.cpp @@ -43,7 +43,7 @@ #include <tdeconfig.h> #include <kdebug.h> #include <tdeglobal.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kiconloader.h> #include <tdelistviewsearchline.h> #include <tdelocale.h> |