diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /tools/designer/shared | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt-0917fbb5.tar.gz tqt-0917fbb5.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/shared')
-rw-r--r-- | tools/designer/shared/domtool.cpp | 2 | ||||
-rw-r--r-- | tools/designer/shared/ui2uib.cpp | 2 | ||||
-rw-r--r-- | tools/designer/shared/widgetdatabase.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp index e2faac345..46f999f89 100644 --- a/tools/designer/shared/domtool.cpp +++ b/tools/designer/shared/domtool.cpp @@ -35,7 +35,7 @@ #include <tqsizepolicy.h> #include <tqcolor.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqdatetime.h> #include <tqrect.h> #include <tqsize.h> diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp index 98ed8a544..4eddea7e9 100644 --- a/tools/designer/shared/ui2uib.cpp +++ b/tools/designer/shared/ui2uib.cpp @@ -37,7 +37,7 @@ #include <domtool.h> #include <tqcolor.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqdatetime.h> #include <tqdom.h> #include <tqfile.h> diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp index 973a8a65f..a5478a832 100644 --- a/tools/designer/shared/widgetdatabase.cpp +++ b/tools/designer/shared/widgetdatabase.cpp @@ -41,7 +41,7 @@ #include <tqdict.h> #include <tqfile.h> #include <tqtextstream.h> -#include <ntqcleanuphandler.h> +#include <tqcleanuphandler.h> #include <ntqfeatures.h> #include <stdlib.h> |