diff options
author | gregory guy <[email protected]> | 2020-08-19 14:10:00 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-08-19 14:10:00 +0200 |
commit | 12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (patch) | |
tree | d7495aaaecadddc793d7f9ed6611cf839efbd659 /kpacman/painter.h | |
parent | 6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff) | |
download | tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip |
cleanup headers.
Signed-off-by: gregory guy <[email protected]>
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" |