diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-22 21:04:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-23 17:58:28 +0900 |
commit | fda0344c47b3b825fb378e19933100ef48c66707 (patch) | |
tree | 3b45c604410db5399ebdf8d7bcb9643f3b44e259 /tdeui/kkeybutton.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui/kkeybutton.cpp')
-rw-r--r-- | tdeui/kkeybutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kkeybutton.cpp b/tdeui/kkeybutton.cpp index 201ade557..260cba34b 100644 --- a/tdeui/kkeybutton.cpp +++ b/tdeui/kkeybutton.cpp @@ -26,7 +26,7 @@ #include <tqpainter.h> #include <tdeapplication.h> #include <kdebug.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdelocale.h> #include "config.h" |