diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /examples/helpviewer | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |