diff options
Diffstat (limited to 'tutorial/t14')
| -rw-r--r-- | tutorial/t14/gamebrd.cpp | 2 | ||||
| -rw-r--r-- | tutorial/t14/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp index a76a0a0f3..8fd2498ac 100644 --- a/tutorial/t14/gamebrd.cpp +++ b/tutorial/t14/gamebrd.cpp @@ -7,7 +7,7 @@ #include "gamebrd.h" #include <tqfont.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqlabel.h> #include <tqaccel.h> #include <tqpushbutton.h> diff --git a/tutorial/t14/main.cpp b/tutorial/t14/main.cpp index c2e6a58e1..aebf66d82 100644 --- a/tutorial/t14/main.cpp +++ b/tutorial/t14/main.cpp @@ -4,7 +4,7 @@ ** ****************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include "gamebrd.h" |
