diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /tools/assistant | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb7.tar.gz tqt-628b0bb7.zip |
Rename drag-n-drop 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/mainwindow.ui | 2 | ||||
-rw-r--r-- | tools/assistant/mainwindow.ui.h | 2 | ||||
-rw-r--r-- | tools/assistant/tabbedbrowser.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui index 23af98301..80e8e0a14 100644 --- a/tools/assistant/mainwindow.ui +++ b/tools/assistant/mainwindow.ui @@ -582,7 +582,7 @@ <include location="global" impldecl="in implementation">tqtextstream.h</include> <include location="global" impldecl="in implementation">ntqdockwindow.h</include> <include location="global" impldecl="in implementation">stdlib.h</include> - <include location="global" impldecl="in implementation">ntqmime.h</include> + <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> diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h index ef02d96c9..de2fa4c68 100644 --- a/tools/assistant/mainwindow.ui.h +++ b/tools/assistant/mainwindow.ui.h @@ -38,7 +38,7 @@ #include <ntqaccel.h> #include <tqobjectlist.h> #include <tqtimer.h> -#include <ntqdragobject.h> +#include <tqdragobject.h> #include <ntqfontinfo.h> #include <ntqaccel.h> #include <ntqmetaobject.h> diff --git a/tools/assistant/tabbedbrowser.ui b/tools/assistant/tabbedbrowser.ui index 8b773d195..ddc3261eb 100644 --- a/tools/assistant/tabbedbrowser.ui +++ b/tools/assistant/tabbedbrowser.ui @@ -82,7 +82,7 @@ <include location="local" impldecl="in implementation">helpwindow.h</include> <include location="local" impldecl="in implementation">mainwindow.h</include> <include location="global" impldecl="in implementation">tqstylesheet.h</include> - <include location="global" impldecl="in implementation">ntqmime.h</include> + <include location="global" impldecl="in implementation">tqmime.h</include> <include location="local" impldecl="in implementation">tabbedbrowser.ui.h</include> </includes> <forwards> |