summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 13:54:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:39:08 +0900
commiteb74bbed10d28a8e0035087c59c6a25c7403a618 (patch)
tree735d92b24a083249311f8b6f8fcad55039db37bf
parent8da3b2187b03080b872a3dda079c35b65559d58a (diff)
downloadtdepacman-eb74bbed10d28a8e0035087c59c6a25c7403a618.tar.gz
tdepacman-eb74bbed10d28a8e0035087c59c6a25c7403a618.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/other/tdepacman-api/tdepacman_h.html2
-rw-r--r--tdepacman/board.cpp2
-rw-r--r--tdepacman/keys.cpp2
-rw-r--r--tdepacman/keys.h2
-rw-r--r--tdepacman/painter.cpp2
-rw-r--r--tdepacman/painter.h2
-rw-r--r--tdepacman/referee.cpp2
-rw-r--r--tdepacman/referee.h2
-rw-r--r--tdepacman/score.cpp2
-rw-r--r--tdepacman/score.h2
-rw-r--r--tdepacman/status.cpp2
-rw-r--r--tdepacman/status.h2
-rw-r--r--tdepacman/tdepacman.h2
-rw-r--r--tdepacman/tdepacmanview.cpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/doc/other/tdepacman-api/tdepacman_h.html b/doc/other/tdepacman-api/tdepacman_h.html
index b0d16ac..59d9673 100644
--- a/doc/other/tdepacman-api/tdepacman_h.html
+++ b/doc/other/tdepacman-api/tdepacman_h.html
@@ -50,7 +50,7 @@
#include <config.h>
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <ntqwidget.h>
/** TDEpacman is the base class of the project */
diff --git a/tdepacman/board.cpp b/tdepacman/board.cpp
index 621a086..fc092c4 100644
--- a/tdepacman/board.cpp
+++ b/tdepacman/board.cpp
@@ -1,4 +1,4 @@
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelocale.h>
diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp
index 7b879b4..c538c0e 100644
--- a/tdepacman/keys.cpp
+++ b/tdepacman/keys.cpp
@@ -1,4 +1,4 @@
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kstddirs.h>
#include <tdeconfig.h>
diff --git a/tdepacman/keys.h b/tdepacman/keys.h
index 1688871..33b6f2d 100644
--- a/tdepacman/keys.h
+++ b/tdepacman/keys.h
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqdialog.h>
#include <tqlabel.h>
diff --git a/tdepacman/painter.cpp b/tdepacman/painter.cpp
index 4c897c8..b924f35 100644
--- a/tdepacman/painter.cpp
+++ b/tdepacman/painter.cpp
@@ -1,4 +1,4 @@
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kstddirs.h>
#include <tdeconfig.h>
diff --git a/tdepacman/painter.h b/tdepacman/painter.h
index a15c615..09adcaa 100644
--- a/tdepacman/painter.h
+++ b/tdepacman/painter.h
@@ -1,7 +1,7 @@
#ifndef PAINTER_H
#define PAINTER_H
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelocale.h>
#include <tqpixmap.h>
diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp
index 1daec16..9c9adc4 100644
--- a/tdepacman/referee.cpp
+++ b/tdepacman/referee.cpp
@@ -1,6 +1,6 @@
#include <stdlib.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kstddirs.h>
#include <tdeconfig.h>
diff --git a/tdepacman/referee.h b/tdepacman/referee.h
index ba23d69..b494d09 100644
--- a/tdepacman/referee.h
+++ b/tdepacman/referee.h
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
#include <tqptrlist.h>
diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp
index 7d81ce7..b0dd5c9 100644
--- a/tdepacman/score.cpp
+++ b/tdepacman/score.cpp
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <ctype.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kstddirs.h>
#include <tdeaccel.h>
diff --git a/tdepacman/score.h b/tdepacman/score.h
index 8808c00..031a242 100644
--- a/tdepacman/score.h
+++ b/tdepacman/score.h
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
#include <tqstring.h>
diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp
index 3924bbb..ef8bfd0 100644
--- a/tdepacman/status.cpp
+++ b/tdepacman/status.cpp
@@ -1,4 +1,4 @@
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kstddirs.h>
#include <tdelocale.h>
diff --git a/tdepacman/status.h b/tdepacman/status.h
index f54a63e..90536ca 100644
--- a/tdepacman/status.h
+++ b/tdepacman/status.h
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <tqwidget.h>
diff --git a/tdepacman/tdepacman.h b/tdepacman/tdepacman.h
index 22fe4c0..8438277 100644
--- a/tdepacman/tdepacman.h
+++ b/tdepacman/tdepacman.h
@@ -29,7 +29,7 @@
#include <tqregexp.h>
//include files for TDE
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdemainwindow.h>
#include <tdepopupmenu.h>
#include <tdeaction.h>
diff --git a/tdepacman/tdepacmanview.cpp b/tdepacman/tdepacmanview.cpp
index c76beae..23a19ad 100644
--- a/tdepacman/tdepacmanview.cpp
+++ b/tdepacman/tdepacmanview.cpp
@@ -19,7 +19,7 @@
#include <tqmessagebox.h>
// include files for TDE
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kstddirs.h>