diff options
Diffstat (limited to 'tutorial/t5')
-rw-r--r-- | tutorial/t5/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t5/main.cpp b/tutorial/t5/main.cpp index 01a129657..1f04d2dbd 100644 --- a/tutorial/t5/main.cpp +++ b/tutorial/t5/main.cpp @@ -10,7 +10,7 @@ #include <tqlcdnumber.h> #include <tqfont.h> -#include <ntqvbox.h> +#include <tqvbox.h> class MyWidget : public TQVBox { |