diff options
Diffstat (limited to 'examples/hello/hello.h')
-rw-r--r-- | examples/hello/hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello/hello.h b/examples/hello/hello.h index c519a3351..50929944d 100644 --- a/examples/hello/hello.h +++ b/examples/hello/hello.h @@ -10,7 +10,7 @@ #ifndef HELLO_H #define HELLO_H -#include <qwidget.h> +#include <ntqwidget.h> class Hello : public TQWidget |