diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /tools/assistant | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/config.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/finddialog.ui.h | 2 | ||||
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/helpwindow.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/index.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/main.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/mainwindow.ui | 2 | ||||
-rw-r--r-- | tools/assistant/settingsdialogimpl.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/assistant/config.cpp b/tools/assistant/config.cpp index 9c4c328a8..43f17b6c1 100644 --- a/tools/assistant/config.cpp +++ b/tools/assistant/config.cpp @@ -35,7 +35,7 @@ #include "profile.h" #include "docuparser.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqdir.h> #include <tqfile.h> #include <tqfileinfo.h> diff --git a/tools/assistant/finddialog.ui.h b/tools/assistant/finddialog.ui.h index f356dd4cd..c95c41379 100644 --- a/tools/assistant/finddialog.ui.h +++ b/tools/assistant/finddialog.ui.h @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> void FindDialog::init() { diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index fce5ceeea..6a1d91b56 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -40,7 +40,7 @@ #include "tabbedbrowser.h" #include <tqaccel.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqcursor.h> #include <tqdir.h> #include <tqeventloop.h> diff --git a/tools/assistant/helpwindow.cpp b/tools/assistant/helpwindow.cpp index 5f5777233..014729c23 100644 --- a/tools/assistant/helpwindow.cpp +++ b/tools/assistant/helpwindow.cpp @@ -37,7 +37,7 @@ #include "helpdialogimpl.h" #include "config.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqclipboard.h> #include <tqurl.h> #include <tqmessagebox.h> diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp index 602dc9afe..37de8a85a 100644 --- a/tools/assistant/index.cpp +++ b/tools/assistant/index.cpp @@ -37,7 +37,7 @@ #include <tqdir.h> #include <tqstringlist.h> #include <tqdict.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <ctype.h> diff --git a/tools/assistant/main.cpp b/tools/assistant/main.cpp index b1bbb5066..ba26d82c1 100644 --- a/tools/assistant/main.cpp +++ b/tools/assistant/main.cpp @@ -35,7 +35,7 @@ #include "helpdialogimpl.h" #include "config.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqserversocket.h> #include <tqsocket.h> #include <tqpixmap.h> diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui index 9a65861ea..f140f7d16 100644 --- a/tools/assistant/mainwindow.ui +++ b/tools/assistant/mainwindow.ui @@ -585,7 +585,7 @@ <include location="global" impldecl="in implementation">tqmime.h</include> <include location="local" impldecl="in implementation">helpwindow.h</include> <include location="global" impldecl="in implementation">tqstylesheet.h</include> - <include location="global" impldecl="in implementation">ntqapplication.h</include> + <include location="global" impldecl="in implementation">tqapplication.h</include> <include location="local" impldecl="in implementation">helpdialogimpl.h</include> <include location="global" impldecl="in implementation">tqdir.h</include> <include location="global" impldecl="in implementation">tqprinter.h</include> diff --git a/tools/assistant/settingsdialogimpl.cpp b/tools/assistant/settingsdialogimpl.cpp index 42eeca0fe..287bb374c 100644 --- a/tools/assistant/settingsdialogimpl.cpp +++ b/tools/assistant/settingsdialogimpl.cpp @@ -35,7 +35,7 @@ #include "docuparser.h" #include "config.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqpushbutton.h> #include <tqcheckbox.h> #include <tqcolordialog.h> |