diff options
Diffstat (limited to 'examples/helpviewer')
-rw-r--r-- | examples/helpviewer/helpwindow.cpp | 2 | ||||
-rw-r--r-- | examples/helpviewer/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 121cd8a03..b85eae3b9 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -20,7 +20,7 @@ #include <tqstylesheet.h> #include <tqmessagebox.h> #include <tqfiledialog.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqcombobox.h> #include <tqevent.h> #include <tqlineedit.h> diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp index 55483c3dc..ee2e7ad85 100644 --- a/examples/helpviewer/main.cpp +++ b/examples/helpviewer/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "helpwindow.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqdir.h> #include <stdlib.h> |