diff options
Diffstat (limited to 'examples/qwerty/qwerty.cpp')
-rw-r--r-- | examples/qwerty/qwerty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index 928fd27ab..74758db27 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -12,14 +12,14 @@ #include <ntqfile.h> #include <ntqfiledialog.h> #include <ntqpopupmenu.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqpainter.h> #include <ntqmessagebox.h> #include <ntqpaintdevicemetrics.h> #include <tqptrlist.h> #include <ntqfontdialog.h> -#include <ntqtextcodec.h> +#include <tqtextcodec.h> const bool no_writing = FALSE; |