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/editor | |
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/editor')
-rw-r--r-- | tools/designer/editor/arghintwidget.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/conf.cpp | 4 | ||||
-rw-r--r-- | tools/designer/editor/conf.h | 4 | ||||
-rw-r--r-- | tools/designer/editor/markerwidget.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/preferences.ui | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/tools/designer/editor/arghintwidget.cpp b/tools/designer/editor/arghintwidget.cpp index 90bf4a8dd..ec11a114e 100644 --- a/tools/designer/editor/arghintwidget.cpp +++ b/tools/designer/editor/arghintwidget.cpp @@ -35,7 +35,7 @@ #include <ntqbutton.h> #include <ntqlabel.h> #include <ntqlayout.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqpixmap.h> static const char * left_xpm[] = { diff --git a/tools/designer/editor/conf.cpp b/tools/designer/editor/conf.cpp index b3b7e721a..65541ea12 100644 --- a/tools/designer/editor/conf.cpp +++ b/tools/designer/editor/conf.cpp @@ -33,8 +33,8 @@ #include "conf.h" #include <ntqapplication.h> -#include <ntqfont.h> -#include <ntqcolor.h> +#include <tqfont.h> +#include <tqcolor.h> #include <tqsettings.h> TQMap<TQString, ConfigStyle> Config::defaultStyles() diff --git a/tools/designer/editor/conf.h b/tools/designer/editor/conf.h index 55eb7f466..7869a7f46 100644 --- a/tools/designer/editor/conf.h +++ b/tools/designer/editor/conf.h @@ -34,8 +34,8 @@ #ifndef CONF_H #define CONF_H -#include <ntqfont.h> -#include <ntqcolor.h> +#include <tqfont.h> +#include <tqcolor.h> #include <tqmap.h> struct ConfigStyle diff --git a/tools/designer/editor/markerwidget.cpp b/tools/designer/editor/markerwidget.cpp index 962449805..c393d9c35 100644 --- a/tools/designer/editor/markerwidget.cpp +++ b/tools/designer/editor/markerwidget.cpp @@ -35,7 +35,7 @@ #include "viewmanager.h" #include <private/qrichtext_p.h> #include "editor.h" -#include <ntqpainter.h> +#include <tqpainter.h> #include <tqpopupmenu.h> #include "paragdata.h" diff --git a/tools/designer/editor/preferences.ui b/tools/designer/editor/preferences.ui index 19bdea430..a4085df7a 100644 --- a/tools/designer/editor/preferences.ui +++ b/tools/designer/editor/preferences.ui @@ -476,11 +476,11 @@ <include location="global" impldecl="in implementation">ntqlineedit.h</include> <include location="global" impldecl="in implementation">ntqpixmap.h</include> <include location="global" impldecl="in implementation">ntqcombobox.h</include> - <include location="global" impldecl="in implementation">ntqfontdatabase.h</include> + <include location="global" impldecl="in implementation">tqfontdatabase.h</include> <include location="local" impldecl="in implementation">editor.h</include> <include location="global" impldecl="in implementation">ntqpushbutton.h</include> <include location="global" impldecl="in implementation">ntqcheckbox.h</include> - <include location="global" impldecl="in implementation">ntqcolordialog.h</include> + <include location="global" impldecl="in implementation">tqcolordialog.h</include> <include location="global" impldecl="in implementation">tqsettings.h</include> <include location="local" impldecl="in implementation">preferences.ui.h</include> </includes> |