summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-07-25 09:33:14 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-07-25 09:43:03 +0200
commitd52a5f09598f1bcdafc80dbf6fa3d07963b77c64 (patch)
tree833662113b9b534f1651257a363742fcff71c0d2
parentc2f3a9248edaa531557abeb0eac208c5440f0223 (diff)
downloadtdepacman-d52a5f09.tar.gz
tdepacman-d52a5f09.zip
Replace 'compat' headers with current.r14.1.1
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e1eaf31114421e7bd0c3fc60b7023f5344819055)
-rw-r--r--tdepacman/keys.cpp2
-rw-r--r--tdepacman/referee.cpp2
-rw-r--r--tdepacman/score.cpp2
-rw-r--r--tdepacman/status.cpp2
-rw-r--r--tdepacman/tdepacman.cpp2
-rw-r--r--tdepacman/tdepacman.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp
index df8f980..5d8d0d2 100644
--- a/tdepacman/keys.cpp
+++ b/tdepacman/keys.cpp
@@ -4,7 +4,7 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <tdeaccel.h>
-#include <tqpushbt.h>
+#include <tqpushbutton.h>
#include <tqlabel.h>
#include <tqframe.h>
#include <tqkeycode.h>
diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp
index 9f22685..d2f6ff1 100644
--- a/tdepacman/referee.cpp
+++ b/tdepacman/referee.cpp
@@ -4,7 +4,7 @@
#include <kstddirs.h>
#include <tdeconfig.h>
-#include <tqdatetm.h>
+#include <tqdatetime.h>
#include <tqtimer.h>
#include <tqevent.h>
#include <tqcolor.h>
diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp
index 77c87d8..41f3e09 100644
--- a/tdepacman/score.cpp
+++ b/tdepacman/score.cpp
@@ -9,7 +9,7 @@
#include <tdemessagebox.h>
#include <tqpixmap.h>
#include <tqstring.h>
-#include <tqdstream.h>
+#include <tqdatastream.h>
#include <tqkeycode.h>
#include <tqtimer.h>
#include <tqfileinfo.h>
diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp
index 12f01b7..3924bbb 100644
--- a/tdepacman/status.cpp
+++ b/tdepacman/status.cpp
@@ -4,7 +4,7 @@
#include <tdelocale.h>
#include <tqbitmap.h>
#include <tqstring.h>
-#include <tqmsgbox.h>
+#include <tqmessagebox.h>
#include <tqfileinfo.h>
#include "status.h"
diff --git a/tdepacman/tdepacman.cpp b/tdepacman/tdepacman.cpp
index 430df6f..dba35ff 100644
--- a/tdepacman/tdepacman.cpp
+++ b/tdepacman/tdepacman.cpp
@@ -19,7 +19,7 @@
#include <tqkeycode.h>
#include <tqcolor.h>
#include <tqstring.h>
-#include <tqmsgbox.h>
+#include <tqmessagebox.h>
// include files for TDE
#include <kcolordlg.h>
diff --git a/tdepacman/tdepacman.h b/tdepacman/tdepacman.h
index d4ad12e..22fe4c0 100644
--- a/tdepacman/tdepacman.h
+++ b/tdepacman/tdepacman.h
@@ -25,7 +25,7 @@
// include files for TQt
#include <tqptrlist.h>
-#include <tqfileinf.h>
+#include <tqfileinfo.h>
#include <tqregexp.h>
//include files for TDE