diff options
author | gregory guy <[email protected]> | 2020-11-23 16:31:03 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-12-01 12:20:58 +0100 |
commit | 4fd2e55a49048dcecdf7ebd7ce7e78b822c06156 (patch) | |
tree | 40b81037343b2fd68d9f8e2dd291a0f9a8ccc5d7 /q15/src/gameboard.cpp | |
parent | e4cea29e0476a2c250ee4a265cc51892eb4f6370 (diff) | |
download | tdegames-4fd2e55a49048dcecdf7ebd7ce7e78b822c06156.tar.gz tdegames-4fd2e55a49048dcecdf7ebd7ce7e78b822c06156.zip |
Cleanup headers.
Signed-off-by: gregory guy <[email protected]>
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" |