diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /tools/assistant | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt-0e787fb7.tar.gz tqt-0e787fb7.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/mainwindow.ui | 2 | ||||
-rw-r--r-- | tools/assistant/topicchooserimpl.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index bc866eab0..073727cf3 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -47,7 +47,7 @@ #include <tqfile.h> #include <tqfileinfo.h> #include <ntqheader.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlineedit.h> #include <ntqmessagebox.h> #include <tqpixmap.h> diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui index a2e3b4019..8c1977309 100644 --- a/tools/assistant/mainwindow.ui +++ b/tools/assistant/mainwindow.ui @@ -577,7 +577,7 @@ <include location="global" impldecl="in implementation">ntqaccel.h</include> <include location="global" impldecl="in implementation">ntqcombobox.h</include> <include location="global" impldecl="in implementation">tqpaintdevicemetrics.h</include> - <include location="global" impldecl="in implementation">ntqsimplerichtext.h</include> + <include location="global" impldecl="in implementation">tqsimplerichtext.h</include> <include location="global" impldecl="in implementation">tqfileinfo.h</include> <include location="global" impldecl="in implementation">tqtextstream.h</include> <include location="global" impldecl="in implementation">ntqdockwindow.h</include> diff --git a/tools/assistant/topicchooserimpl.cpp b/tools/assistant/topicchooserimpl.cpp index 736aa4845..a0ff04826 100644 --- a/tools/assistant/topicchooserimpl.cpp +++ b/tools/assistant/topicchooserimpl.cpp @@ -33,7 +33,7 @@ #include "topicchooserimpl.h" -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlistbox.h> #include <ntqpushbutton.h> |