diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-19 14:10:00 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-19 14:10:00 +0200 |
commit | 12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (patch) | |
tree | d7495aaaecadddc793d7f9ed6611cf839efbd659 /kpacman/painter.cpp | |
parent | 6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff) | |
download | tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip |
cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/painter.cpp')
-rw-r--r-- | kpacman/painter.cpp | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/kpacman/painter.cpp b/kpacman/painter.cpp index 7df62c2..256afe0 100644 --- a/kpacman/painter.cpp +++ b/kpacman/painter.cpp @@ -1,16 +1,15 @@ #include <kapp.h> -#include <tdeconfig.h> #include <kstddirs.h> -#include <ntqcolor.h> -#include <ntqpainter.h> -#include <ntqpixmap.h> -#include <ntqbitmap.h> -#include <ntqrect.h> -#include <ntqstring.h> - -#include <ntqmessagebox.h> -#include <ntqfileinfo.h> +#include <tdeconfig.h> +#include <tqcolor.h> +#include <tqpainter.h> +#include <tqpixmap.h> +#include <tqbitmap.h> +#include <tqrect.h> +#include <tqstring.h> +#include <tqmessagebox.h> +#include <tqfileinfo.h> #include "painter.h" #include "board.h" |