summaryrefslogtreecommitdiffstats
path: root/kode/kodemain.cpp
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:08:46 +0900
commitba74d79c358324c411b8a33966f2f0c68f1c8a10 (patch)
treec5bba4b66f8aa43d4ca52a96907829dd89d696ef /kode/kodemain.cpp
parenta88d4d648a4ae2d7d7abd23916b49b41c1a867f3 (diff)
downloadtdepim-ba74d79c358324c411b8a33966f2f0c68f1c8a10.tar.gz
tdepim-ba74d79c358324c411b8a33966f2f0c68f1c8a10.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b82b302bf3b6d7a9561676b70e1edf3010a19805)
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r--kode/kodemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index d97570be..4599797a 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" );