diff options
Diffstat (limited to 'tutorial/t9/main.cpp')
-rw-r--r-- | tutorial/t9/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tutorial/t9/main.cpp b/tutorial/t9/main.cpp index cf1862aff..521be5527 100644 --- a/tutorial/t9/main.cpp +++ b/tutorial/t9/main.cpp @@ -4,11 +4,11 @@ ** ****************************************************************/ -#include <qapplication.h> -#include <qpushbutton.h> -#include <qlcdnumber.h> -#include <qfont.h> -#include <qlayout.h> +#include <ntqapplication.h> +#include <ntqpushbutton.h> +#include <ntqlcdnumber.h> +#include <ntqfont.h> +#include <ntqlayout.h> #include "lcdrange.h" #include "cannon.h" |