diff options
Diffstat (limited to 'examples/rot13/rot13.cpp')
-rw-r--r-- | examples/rot13/rot13.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp index dfcc5d684..e64323664 100644 --- a/examples/rot13/rot13.cpp +++ b/examples/rot13/rot13.cpp @@ -10,7 +10,7 @@ #include "rot13.h" #include <ntqmultilineedit.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <ntqapplication.h> #include <ntqlayout.h> |