diff options
Diffstat (limited to 'tutorial/t2/main.cpp')
-rw-r--r-- | tutorial/t2/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/t2/main.cpp b/tutorial/t2/main.cpp index 93ab932df..e7f13ffec 100644 --- a/tutorial/t2/main.cpp +++ b/tutorial/t2/main.cpp @@ -4,9 +4,9 @@ ** ****************************************************************/ -#include <qapplication.h> -#include <qpushbutton.h> -#include <qfont.h> +#include <ntqapplication.h> +#include <ntqpushbutton.h> +#include <ntqfont.h> int main( int argc, char **argv ) |