summaryrefslogtreecommitdiffstats
path: root/kpacman/score.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/score.cpp')
-rw-r--r--kpacman/score.cpp21
1 files changed, 10 insertions, 11 deletions
diff --git a/kpacman/score.cpp b/kpacman/score.cpp
index ffa4ecc..9706966 100644
--- a/kpacman/score.cpp
+++ b/kpacman/score.cpp
@@ -1,22 +1,21 @@
-#include <score.h>
-
#include <stdlib.h>
#include <ctype.h>
-#include <tdeaccel.h>
-
#include <kapp.h>
-#include <tdeconfig.h>
#include <kstddirs.h>
+
+#include <tdeaccel.h>
+#include <tdeconfig.h>
#include <tdemessagebox.h>
-#include <ntqpixmap.h>
-#include <ntqstring.h>
-#include <ntqdstream.h>
-#include <ntqkeycode.h>
-#include <ntqtimer.h>
-#include <ntqfileinfo.h>
+#include <tqpixmap.h>
+#include <tqstring.h>
+#include <tqdstream.h>
+#include <tqkeycode.h>
+#include <tqtimer.h>
+#include <tqfileinfo.h>
#include "bitfont.h"
+#include "score.h"
Score::Score(TQWidget *parent, const char *name, int Scheme, int Mode, Bitfont *font) : TQWidget(parent, name)
{