diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /tools/designer/shared | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/shared')
-rw-r--r-- | tools/designer/shared/domtool.cpp | 4 | ||||
-rw-r--r-- | tools/designer/shared/globaldefs.h | 2 | ||||
-rw-r--r-- | tools/designer/shared/ui2uib.cpp | 4 | ||||
-rw-r--r-- | tools/designer/shared/widgetdatabase.cpp | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp index 62d0b70df..de7ed556c 100644 --- a/tools/designer/shared/domtool.cpp +++ b/tools/designer/shared/domtool.cpp @@ -34,12 +34,12 @@ #include "domtool.h" #include <tqsizepolicy.h> -#include <ntqcolor.h> +#include <tqcolor.h> #include <ntqcursor.h> #include <tqdatetime.h> #include <ntqrect.h> #include <tqsize.h> -#include <ntqfont.h> +#include <tqfont.h> #include <tqdom.h> /*! diff --git a/tools/designer/shared/globaldefs.h b/tools/designer/shared/globaldefs.h index f093e0a36..a92e2a46a 100644 --- a/tools/designer/shared/globaldefs.h +++ b/tools/designer/shared/globaldefs.h @@ -34,7 +34,7 @@ #ifndef GLOBALDEFS_H #define GLOBALDEFS_H -#include <ntqcolor.h> +#include <tqcolor.h> #include <ntqapplication.h> #define BOXLAYOUT_DEFAULT_MARGIN 11 diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp index 990f66b36..0dd01e4bd 100644 --- a/tools/designer/shared/ui2uib.cpp +++ b/tools/designer/shared/ui2uib.cpp @@ -36,12 +36,12 @@ #include <domtool.h> -#include <ntqcolor.h> +#include <tqcolor.h> #include <ntqcursor.h> #include <tqdatetime.h> #include <tqdom.h> #include <tqfile.h> -#include <ntqfont.h> +#include <tqfont.h> #include <tqobject.h> #include <ntqrect.h> #include <tqsizepolicy.h> diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp index c5430d785..e69f004d2 100644 --- a/tools/designer/shared/widgetdatabase.cpp +++ b/tools/designer/shared/widgetdatabase.cpp @@ -64,6 +64,7 @@ static bool was_in_setup = FALSE; // It will be removed afterwards static TQString converted_widgets[] = { + "TQColorDialog", "TQDateTimeEdit", "TQFileDialog", "TQIconView", |