diff options
Diffstat (limited to 'tutorial/t6/main.cpp')
-rw-r--r-- | tutorial/t6/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/t6/main.cpp b/tutorial/t6/main.cpp index e51340b5c..923162368 100644 --- a/tutorial/t6/main.cpp +++ b/tutorial/t6/main.cpp @@ -5,9 +5,9 @@ ****************************************************************/ #include <ntqapplication.h> -#include <ntqpushbutton.h> -#include <ntqslider.h> -#include <ntqlcdnumber.h> +#include <tqpushbutton.h> +#include <tqslider.h> +#include <tqlcdnumber.h> #include <tqfont.h> #include <ntqvbox.h> #include <ntqgrid.h> |