summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 13:53:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:39:55 +0900
commit90e1dc248d9929a18963fa517bd301fa5ce652f1 (patch)
treea033c8c469d0539c414f859f0f19960bb5449cff
parent56cf8ad476ef24973382242b100e74f81ba4bc1e (diff)
downloadknights-90e1dc248d9929a18963fa517bd301fa5ce652f1.tar.gz
knights-90e1dc248d9929a18963fa517bd301fa5ce652f1.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--knights/knights.h2
-rw-r--r--knights/resource.h2
-rw-r--r--knights/tabmanager.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/knights/knights.h b/knights/knights.h
index c1ef35e..9eafbd5 100644
--- a/knights/knights.h
+++ b/knights/knights.h
@@ -23,7 +23,7 @@
#endif
/* KDEBase */
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdemainwindow.h>
#include <khelpmenu.h>
#include <tdeaboutdata.h>
diff --git a/knights/resource.h b/knights/resource.h
index 5d7cb1f..77c35c9 100644
--- a/knights/resource.h
+++ b/knights/resource.h
@@ -24,7 +24,7 @@
*/
/* KDE */
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelocale.h>
#include <kcursor.h>
#include <tdelistview.h>
diff --git a/knights/tabmanager.h b/knights/tabmanager.h
index f71d034..0b459bd 100644
--- a/knights/tabmanager.h
+++ b/knights/tabmanager.h
@@ -20,7 +20,7 @@
#include <tqobject.h>
#include <tqptrlist.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include "tabbox.h"