diff options
Diffstat (limited to 'kpacman/board.cpp')
-rw-r--r-- | kpacman/board.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kpacman/board.cpp b/kpacman/board.cpp index b08928e..618838d 100644 --- a/kpacman/board.cpp +++ b/kpacman/board.cpp @@ -1,11 +1,12 @@ #include <kapp.h> + #include <tdelocale.h> -#include <ntqrect.h> -#include <ntqregexp.h> -#include <ntqmessagebox.h> -#include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqrect.h> +#include <tqregexp.h> +#include <tqmessagebox.h> +#include <tqfile.h> +#include <tqtextstream.h> #include "board.h" #include "bitmaps.h" |