diff options
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r-- | kode/kodemain.cpp | 2 |
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" ); |