diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-11-23 16:31:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-02 19:51:35 +0100 |
commit | cc192fd9396098134f6aa1369d63c4b270cddfe9 (patch) | |
tree | da2a9e47131a37a30097f1417d1c280255f76718 /q15/src/gameboard.cpp | |
parent | 84575d76c007b8aad8f749d4b9dfd46d94e5c5cb (diff) | |
download | tdegames-cc192fd9396098134f6aa1369d63c4b270cddfe9.tar.gz tdegames-cc192fd9396098134f6aa1369d63c4b270cddfe9.zip |
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 4fd2e55a49048dcecdf7ebd7ce7e78b822c06156)
Diffstat (limited to 'q15/src/gameboard.cpp')
-rw-r--r-- | q15/src/gameboard.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/q15/src/gameboard.cpp b/q15/src/gameboard.cpp index 5b97e571..51767064 100644 --- a/q15/src/gameboard.cpp +++ b/q15/src/gameboard.cpp @@ -11,13 +11,13 @@ #include <stdlib.h> -#include <ntqapplication.h> -#include <ntqpainter.h> -#include <ntqcursor.h> -#include <ntqmessagebox.h> -#include <ntqfiledialog.h> -#include <ntqdatetime.h> -#include <ntqwmatrix.h> +#include <tqapplication.h> +#include <tqpainter.h> +#include <tqcursor.h> +#include <tqmessagebox.h> +#include <tqfiledialog.h> +#include <tqdatetime.h> +#include <tqwmatrix.h> #include "gameboard.h" |