summaryrefslogtreecommitdiffstats
path: root/kode
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:07 +0900
commitb82b302bf3b6d7a9561676b70e1edf3010a19805 (patch)
treec2cd5f50379bc594e2e07bd210785e7400ff61d3 /kode
parentc327636f4934564a4f1f7c7ce3b6ab73eaec230d (diff)
downloadtdepim-b82b302bf3b6d7a9561676b70e1edf3010a19805.tar.gz
tdepim-b82b302bf3b6d7a9561676b70e1edf3010a19805.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kode')
-rw-r--r--kode/kodemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index d82b0565..f1c82d05 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -478,7 +478,7 @@ int create( TDECmdLineArgs *args )
c.addFunction( get );
- c.addInclude( "kinstance.h" );
+ c.addInclude( "tdeinstance.h" );
c.addInclude( "kdebug.h" );
c.addInclude( "sys/types.h" );
c.addInclude( "unistd.h" );