summaryrefslogtreecommitdiffstats
path: root/kpacman/kpacman.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-19 14:10:00 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-19 14:10:00 +0200
commit12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (patch)
treed7495aaaecadddc793d7f9ed6611cf839efbd659 /kpacman/kpacman.cpp
parent6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff)
downloadtdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz
tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip
cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/kpacman.cpp')
-rw-r--r--kpacman/kpacman.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpacman/kpacman.cpp b/kpacman/kpacman.cpp
index 08f23cf..7ae55e2 100644
--- a/kpacman/kpacman.cpp
+++ b/kpacman/kpacman.cpp
@@ -16,10 +16,10 @@
***************************************************************************/
// include files for TQt
-#include <ntqkeycode.h>
-#include <ntqcolor.h>
-#include <ntqstring.h>
-#include <ntqmsgbox.h>
+#include <tqkeycode.h>
+#include <tqcolor.h>
+#include <tqstring.h>
+#include <tqmsgbox.h>
// include files for KDE
#include <kcolordlg.h>