diff options
Diffstat (limited to 'tutorial/t3')
-rw-r--r-- | tutorial/t3/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial/t3/main.cpp b/tutorial/t3/main.cpp index 26aaaf468..a007cd28d 100644 --- a/tutorial/t3/main.cpp +++ b/tutorial/t3/main.cpp @@ -4,10 +4,10 @@ ** ****************************************************************/ -#include <qapplication.h> -#include <qpushbutton.h> -#include <qfont.h> -#include <qvbox.h> +#include <ntqapplication.h> +#include <ntqpushbutton.h> +#include <ntqfont.h> +#include <ntqvbox.h> int main( int argc, char **argv ) { |