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 3933e6fe3..8c27e68d6 100644 --- a/examples/rot13/rot13.h +++ b/examples/rot13/rot13.h @@ -14,7 +14,7 @@ #ifndef ROT13_H #define ROT13_H -#include <ntqwidget.h> +#include <tqwidget.h> class TQMultiLineEdit; |