diff options
Diffstat (limited to 'tutorial/t13')
| -rw-r--r-- | tutorial/t13/gamebrd.cpp | 2 | ||||
| -rw-r--r-- | tutorial/t13/main.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/tutorial/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp index 0cf59057a..1f0d6c6ec 100644 --- a/tutorial/t13/gamebrd.cpp +++ b/tutorial/t13/gamebrd.cpp @@ -7,7 +7,7 @@  #include "gamebrd.h"  #include <tqfont.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlabel.h>  #include <tqpushbutton.h>  #include <tqlcdnumber.h> diff --git a/tutorial/t13/main.cpp b/tutorial/t13/main.cpp index 0e7089b5c..3ac7bfe9d 100644 --- a/tutorial/t13/main.cpp +++ b/tutorial/t13/main.cpp @@ -4,7 +4,7 @@  **  ****************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "gamebrd.h" | 
