diff options
Diffstat (limited to 'examples/helpviewer')
-rw-r--r-- | examples/helpviewer/helpwindow.cpp | 10 | ||||
-rw-r--r-- | examples/helpviewer/helpwindow.h | 2 | ||||
-rw-r--r-- | examples/helpviewer/main.cpp | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 96c26f15e..8a99230cc 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -15,19 +15,19 @@ #include <tqtoolbar.h> #include <tqtoolbutton.h> #include <tqiconset.h> -#include <ntqfile.h> +#include <tqfile.h> #include <tqtextstream.h> #include <tqstylesheet.h> #include <ntqmessagebox.h> -#include <ntqfiledialog.h> +#include <tqfiledialog.h> #include <ntqapplication.h> #include <ntqcombobox.h> #include <ntqevent.h> #include <ntqlineedit.h> #include <tqobjectlist.h> -#include <ntqfileinfo.h> -#include <ntqfile.h> -#include <ntqdatastream.h> +#include <tqfileinfo.h> +#include <tqfile.h> +#include <tqdatastream.h> #include <ntqprinter.h> #include <ntqsimplerichtext.h> #include <ntqpainter.h> diff --git a/examples/helpviewer/helpwindow.h b/examples/helpviewer/helpwindow.h index ba54d7821..9b05c61e5 100644 --- a/examples/helpviewer/helpwindow.h +++ b/examples/helpviewer/helpwindow.h @@ -14,7 +14,7 @@ #include <tqtextbrowser.h> #include <tqstringlist.h> #include <tqmap.h> -#include <ntqdir.h> +#include <tqdir.h> class TQComboBox; class TQPopupMenu; diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp index 7a8738524..55483c3dc 100644 --- a/examples/helpviewer/main.cpp +++ b/examples/helpviewer/main.cpp @@ -9,7 +9,7 @@ #include "helpwindow.h" #include <ntqapplication.h> -#include <ntqdir.h> +#include <tqdir.h> #include <stdlib.h> |