summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 11:37:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 11:40:11 +0900
commit041dda22211e02be9dfa30bc8c1c956c29e176c8 (patch)
tree718bad46fef60f995d95bf2c11a59fd10afa59be
parentcfe383b0628d5e8b642e5df2e261b258b7c19103 (diff)
downloadtdelibs-041dda22211e02be9dfa30bc8c1c956c29e176c8.tar.gz
tdelibs-041dda22211e02be9dfa30bc8c1c956c29e176c8.zip
Removed no longer required dummy kinstance.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdecore/CMakeLists.txt2
-rw-r--r--tdecore/Makefile.am2
-rw-r--r--tdecore/kinstance.h1
3 files changed, 2 insertions, 3 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index d8b71696d..96032d616 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -59,7 +59,7 @@ install( FILES
tdeglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h
kregexp.h kcompletion.h kstringhandler.h
tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h
- kallocator.h kvmallocator.h tdecrash.h krfcdate.h tdeinstance.h kinstance.h
+ kallocator.h kvmallocator.h tdecrash.h krfcdate.h tdeinstance.h
kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h
krandomsequence.h knotifyclient.h kiconeffect.h kaudioplayer.h
kdcoppropertyproxy.h netwm.h tdeaccelmanager.h netwm_def.h
diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am
index e31e76ef4..0997aad45 100644
--- a/tdecore/Makefile.am
+++ b/tdecore/Makefile.am
@@ -47,7 +47,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \
kregexp.h kcompletion.h kstringhandler.h \
tdestandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h \
kallocator.h kvmallocator.h tdecrash.h krfcdate.h \
- tdeinstance.h kinstance.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h \
+ tdeinstance.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h \
krandomsequence.h knotifyclient.h kiconeffect.h \
kaudioplayer.h kdcoppropertyproxy.h netwm.h tdeaccelmanager.h \
netwm_def.h kpixmapprovider.h kunload.h kstaticdeleter.h \
diff --git a/tdecore/kinstance.h b/tdecore/kinstance.h
deleted file mode 100644
index 2db63c3e1..000000000
--- a/tdecore/kinstance.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <tdeinstance.h>