summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeydialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-22 21:04:55 +0900
committerMichele Calgaro <[email protected]>2025-02-23 17:58:28 +0900
commitfda0344c47b3b825fb378e19933100ef48c66707 (patch)
tree3b45c604410db5399ebdf8d7bcb9643f3b44e259 /tdeui/kkeydialog.cpp
parenta2e8812557c23061640287a6779f02b6868f28ca (diff)
downloadtdelibs-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.cpp2
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>