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:44:34 +0900
commitbca6ea7533c3111182801f672819b05673677156 (patch)
treea033c8c469d0539c414f859f0f19960bb5449cff
parent75ecc7f009df4323a26d838014186d936956910e (diff)
downloadknights-r14.1.x.tar.gz
knights-r14.1.x.zip
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90e1dc248d9929a18963fa517bd301fa5ce652f1)
-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"