diff options
Diffstat (limited to 'kpacman/bitfont.h')
-rw-r--r-- | kpacman/bitfont.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kpacman/bitfont.h b/kpacman/bitfont.h index 5976a51..029383e 100644 --- a/kpacman/bitfont.h +++ b/kpacman/bitfont.h @@ -1,10 +1,10 @@ #ifndef BITFONT_H #define BITFONT_H -#include <ntqstring.h> -#include <ntqbitmap.h> -#include <ntqpixmap.h> -#include <ntqrect.h> +#include <tqstring.h> +#include <tqbitmap.h> +#include <tqpixmap.h> +#include <tqrect.h> #include "colors.h" @@ -28,4 +28,3 @@ private: }; #endif // BITFONT_H - |