diff options
-rw-r--r-- | tdecore/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdecore/Makefile.am | 2 | ||||
-rw-r--r-- | tdecore/kstandarddirs.h | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 73e54db02..8528c4c01 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -58,7 +58,7 @@ install( FILES twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h kregexp.h kcompletion.h kstringhandler.h - kstandarddirs.h tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h + tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h kallocator.h kvmallocator.h tdecrash.h krfcdate.h kinstance.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h krandomsequence.h knotifyclient.h kiconeffect.h kaudioplayer.h diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am index 1f62c5d41..b3772b1c7 100644 --- a/tdecore/Makefile.am +++ b/tdecore/Makefile.am @@ -45,7 +45,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \ twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h \ tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \ kregexp.h kcompletion.h kstringhandler.h \ - kstandarddirs.h tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h \ + tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h \ kallocator.h kvmallocator.h tdecrash.h krfcdate.h \ kinstance.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h \ krandomsequence.h knotifyclient.h kiconeffect.h \ diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h deleted file mode 100644 index cf35a2c5a..000000000 --- a/tdecore/kstandarddirs.h +++ /dev/null @@ -1 +0,0 @@ -#include "tdestandarddirs.h" |