diff options
Diffstat (limited to 'examples/rot13/rot13.cpp')
-rw-r--r-- | examples/rot13/rot13.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp index e44d7b87b..14b1e79a4 100644 --- a/examples/rot13/rot13.cpp +++ b/examples/rot13/rot13.cpp @@ -9,10 +9,10 @@ #include "rot13.h" -#include <qmultilineedit.h> -#include <qpushbutton.h> -#include <qapplication.h> -#include <qlayout.h> +#include <ntqmultilineedit.h> +#include <ntqpushbutton.h> +#include <ntqapplication.h> +#include <ntqlayout.h> Rot13::Rot13() { |