summaryrefslogtreecommitdiffstats
path: root/kpacman/score.h
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/score.h
parent6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff)
downloadtdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz
tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip
cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/score.h')
-rw-r--r--kpacman/score.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kpacman/score.h b/kpacman/score.h
index d26af2e..fc0da45 100644
--- a/kpacman/score.h
+++ b/kpacman/score.h
@@ -2,18 +2,18 @@
#define SCORE_H
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <kapp.h>
-#include <ntqwidget.h>
-#include <ntqstring.h>
-#include <ntqpoint.h>
-#include <ntqrect.h>
-#include <ntqfile.h>
-
-#include <ntqfileinfo.h>
-#include <ntqdatetime.h>
+
+#include <tqwidget.h>
+#include <tqstring.h>
+#include <tqpoint.h>
+#include <tqrect.h>
+#include <tqfile.h>
+#include <tqfileinfo.h>
+#include <tqdatetime.h>
#include "painter.h"
#include "bitfont.h"