diff options
author | Michele Calgaro <[email protected]> | 2025-02-23 18:11:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-23 18:11:42 +0900 |
commit | d4ddb3a360072409d62094f3da5ab28597f2ccae (patch) | |
tree | d106b4f34b43964bf97d08d0bd398610eec2bded | |
parent | fda0344c47b3b825fb378e19933100ef48c66707 (diff) | |
download | tdelibs-remove/kglobalaccel.tar.gz tdelibs-remove/kglobalaccel.zip |
Remove temporary kglobalaccel.h headerremove/kglobalaccel
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | tdecore/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdecore/Makefile.am | 2 | ||||
-rw-r--r-- | tdecore/kglobalaccel.h | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index adaf2493b..c989db4bd 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -56,7 +56,7 @@ install( FILES kcharsets.h tdeversion.h kpty.h tdeprocess.h tdeprocctrl.h tdelocale.h kicontheme.h kiconloader.h kdebug.h twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h - kglobalaccel.h tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h + tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h kregexp.h kcompletion.h kstringhandler.h kstddirs.h kstandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h kallocator.h kvmallocator.h tdecrash.h krfcdate.h kinstance.h diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am index bcd5f63d2..12d457d02 100644 --- a/tdecore/Makefile.am +++ b/tdecore/Makefile.am @@ -43,7 +43,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \ tdeuniqueapplication.h kcharsets.h tdeversion.h kpty.h tdeprocess.h \ tdeprocctrl.h tdelocale.h kicontheme.h kiconloader.h kdebug.h \ twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h \ - kglobalaccel.h tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \ + tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \ kregexp.h kcompletion.h kstringhandler.h \ kstddirs.h kstandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h \ kallocator.h kvmallocator.h tdecrash.h krfcdate.h \ diff --git a/tdecore/kglobalaccel.h b/tdecore/kglobalaccel.h deleted file mode 100644 index 730adf02c..000000000 --- a/tdecore/kglobalaccel.h +++ /dev/null @@ -1 +0,0 @@ -#include <tdeglobalaccel.h> |