diff options
Diffstat (limited to 'kpacman/referee.cpp')
-rw-r--r-- | kpacman/referee.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kpacman/referee.cpp b/kpacman/referee.cpp index 959745e..dbdeca7 100644 --- a/kpacman/referee.cpp +++ b/kpacman/referee.cpp @@ -1,18 +1,18 @@ +#include <stdlib.h> + #include <kapp.h> -#include <tdeconfig.h> #include <kstddirs.h> -#include "referee.h" - -#include <ntqdatetm.h> -#include <stdlib.h> -#include <ntqtimer.h> -#include <ntqevent.h> -#include <ntqcolor.h> -#include <ntqkeycode.h> -#include <ntqfileinfo.h> +#include <tdeconfig.h> +#include <tqdatetm.h> +#include <tqtimer.h> +#include <tqevent.h> +#include <tqcolor.h> +#include <tqkeycode.h> +#include <tqfileinfo.h> #include <tdeaccel.h> +#include "referee.h" #include "board.h" #include "pacman.h" #include "monster.h" |