diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /examples/helpviewer | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
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 |
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> |