diff options
Diffstat (limited to 'examples/rot13/rot13.h')
-rw-r--r-- | examples/rot13/rot13.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rot13/rot13.h b/examples/rot13/rot13.h index dc207c87e..7e9d28500 100644 --- a/examples/rot13/rot13.h +++ b/examples/rot13/rot13.h @@ -14,7 +14,7 @@ #ifndef ROT13_H #define ROT13_H -#include <qwidget.h> +#include <ntqwidget.h> class TQMultiLineEdit; |