diff options
Diffstat (limited to 'examples/qwerty')
-rw-r--r-- | examples/qwerty/qwerty.cpp | 2 | ||||
-rw-r--r-- | examples/qwerty/qwerty.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index 74758db27..1c1d6cc8d 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -11,7 +11,7 @@ #include <ntqapplication.h> #include <ntqfile.h> #include <ntqfiledialog.h> -#include <ntqpopupmenu.h> +#include <tqpopupmenu.h> #include <tqtextstream.h> #include <ntqpainter.h> #include <ntqmessagebox.h> diff --git a/examples/qwerty/qwerty.h b/examples/qwerty/qwerty.h index 7ed6d7cd9..515a7c753 100644 --- a/examples/qwerty/qwerty.h +++ b/examples/qwerty/qwerty.h @@ -11,7 +11,7 @@ #define TQWERTY_H #include <tqwidget.h> -#include <ntqmenubar.h> +#include <tqmenubar.h> #include <ntqmultilineedit.h> #include <ntqprinter.h> |