diff options
Diffstat (limited to 'examples/hello')
-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 3d17dbf05..806b4c1e7 100644 --- a/examples/hello/hello.h +++ b/examples/hello/hello.h @@ -10,7 +10,7 @@ #ifndef HELLO_H #define HELLO_H -#include <ntqwidget.h> +#include <tqwidget.h> class Hello : public TQWidget |