diff options
Diffstat (limited to 'kpacman/painter.h')
-rw-r--r-- | kpacman/painter.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/kpacman/painter.h b/kpacman/painter.h index fa84ede..07cadea 100644 --- a/kpacman/painter.h +++ b/kpacman/painter.h @@ -2,15 +2,14 @@ #define PAINTER_H #include <kapp.h> -#include <tdelocale.h> - -#include <ntqpixmap.h> -#include <ntqbitmap.h> -#include <ntqlabel.h> -#include <ntqcolor.h> -#include <ntqstrlist.h> -#include <ntqregexp.h> +#include <tdelocale.h> +#include <tqpixmap.h> +#include <tqbitmap.h> +#include <tqlabel.h> +#include <tqcolor.h> +#include <tqstrlist.h> +#include <tqregexp.h> #include "board.h" #include "bitfont.h" |