summaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-22 21:52:50 +0900
committerMichele Calgaro <[email protected]>2025-02-22 22:09:27 +0900
commit69fd3f96b4827efd949497b513a222ef3c7b108f (patch)
tree528e8892210e75069849b0b9a2214c3ff9b941d1 /sip
parent29d5d36b40a5d0b9a9c0c96dce4d28d873318e80 (diff)
downloadpytde-69fd3f96b4827efd949497b513a222ef3c7b108f.tar.gz
pytde-69fd3f96b4827efd949497b513a222ef3c7b108f.zip
Use tdeglobalaccel.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sip')
-rw-r--r--sip/tdecore/tdecoremod.sip.in2
-rw-r--r--sip/tdecore/tdeglobalaccel.sip (renamed from sip/tdecore/kglobalaccel.sip)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in
index 1ec8964..c30868a 100644
--- a/sip/tdecore/tdecoremod.sip.in
+++ b/sip/tdecore/tdecoremod.sip.in
@@ -53,7 +53,7 @@
%Include kdcoppropertyproxy.sip
%Include kdesktopfile.sip
%Include tdeglobal.sip
-%Include kglobalaccel.sip
+%Include tdeglobalaccel.sip
%Include tdeglobalsettings.sip
%Include kiconeffect.sip
%Include kiconloader.sip
diff --git a/sip/tdecore/kglobalaccel.sip b/sip/tdecore/tdeglobalaccel.sip
index 794552f..0f3ac6a 100644
--- a/sip/tdecore/kglobalaccel.sip
+++ b/sip/tdecore/tdeglobalaccel.sip
@@ -27,7 +27,7 @@
class TDEGlobalAccel : TQObject
{
%TypeHeaderCode
-#include <kglobalaccel.h>
+#include <tdeglobalaccel.h>
%End