diff options
Diffstat (limited to 'examples/helpviewer')
-rw-r--r-- | examples/helpviewer/helpwindow.cpp | 10 | ||||
-rw-r--r-- | examples/helpviewer/helpwindow.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index aadf0c04b..96c26f15e 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -8,12 +8,12 @@ *****************************************************************************/ #include "helpwindow.h" -#include <ntqstatusbar.h> +#include <tqstatusbar.h> #include <ntqpixmap.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> -#include <ntqtoolbar.h> -#include <ntqtoolbutton.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> +#include <tqtoolbar.h> +#include <tqtoolbutton.h> #include <tqiconset.h> #include <ntqfile.h> #include <tqtextstream.h> diff --git a/examples/helpviewer/helpwindow.h b/examples/helpviewer/helpwindow.h index 311b4ff4d..ba54d7821 100644 --- a/examples/helpviewer/helpwindow.h +++ b/examples/helpviewer/helpwindow.h @@ -10,7 +10,7 @@ #ifndef HELPWINDOW_H #define HELPWINDOW_H -#include <ntqmainwindow.h> +#include <tqmainwindow.h> #include <tqtextbrowser.h> #include <tqstringlist.h> #include <tqmap.h> |