diff options
Diffstat (limited to 'tutorial/t13/gamebrd.cpp')
-rw-r--r-- | tutorial/t13/gamebrd.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tutorial/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp index 0380f2dd6..fdb29d10f 100644 --- a/tutorial/t13/gamebrd.cpp +++ b/tutorial/t13/gamebrd.cpp @@ -6,12 +6,12 @@ #include "gamebrd.h" -#include <qfont.h> -#include <qapplication.h> -#include <qlabel.h> -#include <qpushbutton.h> -#include <qlcdnumber.h> -#include <qlayout.h> +#include <ntqfont.h> +#include <ntqapplication.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqlcdnumber.h> +#include <ntqlayout.h> #include "lcdrange.h" #include "cannon.h" |