diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
| commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
| tree | b95884617b9a37accc843676d5d42be4116a3f54 /tools/designer/designer | |
| parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
| download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip | |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/designer')
21 files changed, 26 insertions, 26 deletions
diff --git a/tools/designer/designer/command.cpp b/tools/designer/designer/command.cpp index df24e8dfd..8eb22fb34 100644 --- a/tools/designer/designer/command.cpp +++ b/tools/designer/designer/command.cpp @@ -47,7 +47,7 @@ #include "popupmenueditor.h" #include <ntqfeatures.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqmetaobject.h> #include <ntqapplication.h> #include <ntqlayout.h> diff --git a/tools/designer/designer/designer_pch.h b/tools/designer/designer/designer_pch.h index b2eefc7c0..7e30608f7 100644 --- a/tools/designer/designer/designer_pch.h +++ b/tools/designer/designer/designer_pch.h @@ -32,7 +32,7 @@ #include <ntqtooltip.h> #include <ntqvariant.h> #include <ntqwhatsthis.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include "command.h" #include "formwindow.h" diff --git a/tools/designer/designer/formwindow.h b/tools/designer/designer/formwindow.h index 12f27998f..f736a8395 100644 --- a/tools/designer/designer/formwindow.h +++ b/tools/designer/designer/formwindow.h @@ -39,10 +39,10 @@ #include "sizehandle.h" #include "actiondnd.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqptrdict.h> #include <ntqpixmap.h> -#include <ntqwidgetlist.h> +#include <tqwidgetlist.h> #include <ntqmap.h> class TQPaintEvent; diff --git a/tools/designer/designer/hierarchyview.cpp b/tools/designer/designer/hierarchyview.cpp index 6570b7979..3c04b6664 100644 --- a/tools/designer/designer/hierarchyview.cpp +++ b/tools/designer/designer/hierarchyview.cpp @@ -55,7 +55,7 @@ #include <ntqpopupmenu.h> #include <ntqtabwidget.h> #include <ntqwizard.h> -#include <ntqwidgetstack.h> +#include <tqwidgetstack.h> #include <ntqtabbar.h> #include <ntqfeatures.h> #include <ntqapplication.h> diff --git a/tools/designer/designer/layout.h b/tools/designer/designer/layout.h index 09c524025..919226cd8 100644 --- a/tools/designer/designer/layout.h +++ b/tools/designer/designer/layout.h @@ -34,13 +34,13 @@ #ifndef LAYOUT_H #define LAYOUT_H -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqmap.h> #include <ntqguardedptr.h> #include <tqobject.h> #include <ntqlayout.h> #include <ntqmap.h> -#include <ntqwidgetlist.h> +#include <tqwidgetlist.h> class FormWindow; class TQPaintEvent; diff --git a/tools/designer/designer/listboxdnd.cpp b/tools/designer/designer/listboxdnd.cpp index f4bf73051..2f368b758 100644 --- a/tools/designer/designer/listboxdnd.cpp +++ b/tools/designer/designer/listboxdnd.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include "listboxdnd.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqheader.h> #include <ntqpainter.h> #include <ntqdragobject.h> diff --git a/tools/designer/designer/listdnd.cpp b/tools/designer/designer/listdnd.cpp index 137237ad7..8a7fb0d4b 100644 --- a/tools/designer/designer/listdnd.cpp +++ b/tools/designer/designer/listdnd.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include "listdnd.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqpainter.h> ListDnd::ListDnd( TQScrollView * eventSource, const char * name ) diff --git a/tools/designer/designer/listviewdnd.cpp b/tools/designer/designer/listviewdnd.cpp index a7b831d15..8061f7f35 100644 --- a/tools/designer/designer/listviewdnd.cpp +++ b/tools/designer/designer/listviewdnd.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include "listviewdnd.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqheader.h> #include <ntqpainter.h> #include <ntqdragobject.h> diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index ba2dfb9e4..18a4579f2 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -54,7 +54,7 @@ #include "actiondnd.h" #include "project.h" #include "projectsettingsimpl.h" -#include "ntqwidgetfactory.h" +#include "tqwidgetfactory.h" #include "pixmapcollection.h" #include "qcompletionedit.h" #include "sourcefile.h" diff --git a/tools/designer/designer/metadatabase.cpp b/tools/designer/designer/metadatabase.cpp index 6d6937fb8..1f0b9782c 100644 --- a/tools/designer/designer/metadatabase.cpp +++ b/tools/designer/designer/metadatabase.cpp @@ -48,7 +48,7 @@ #include <tqobjectlist.h> #include <ntqstrlist.h> #include <ntqmetaobject.h> -#include <ntqwidgetlist.h> +#include <tqwidgetlist.h> #include <ntqmainwindow.h> #include <ntqregexp.h> #include <private/qpluginmanager_p.h> diff --git a/tools/designer/designer/metadatabase.h b/tools/designer/designer/metadatabase.h index 21711c51d..94009edec 100644 --- a/tools/designer/designer/metadatabase.h +++ b/tools/designer/designer/metadatabase.h @@ -41,7 +41,7 @@ #include <ntqptrlist.h> #include <ntqsizepolicy.h> #include <ntqsize.h> -#include <ntqwidgetlist.h> +#include <tqwidgetlist.h> #include <ntqcursor.h> #include "pixmapchooser.h" diff --git a/tools/designer/designer/orderindicator.h b/tools/designer/designer/orderindicator.h index 1e7c88829..9d61f1290 100644 --- a/tools/designer/designer/orderindicator.h +++ b/tools/designer/designer/orderindicator.h @@ -34,7 +34,7 @@ #ifndef ORDERINDICATOR_H #define ORDERINDICATOR_H -#include <ntqwidget.h> +#include <tqwidget.h> class FormWindow; diff --git a/tools/designer/designer/popupmenueditor.h b/tools/designer/designer/popupmenueditor.h index 8143b9fa7..306629ba3 100644 --- a/tools/designer/designer/popupmenueditor.h +++ b/tools/designer/designer/popupmenueditor.h @@ -34,7 +34,7 @@ #ifndef POPUPMENUEDITOR_H #define POPUPMENUEDITOR_H -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqptrlist.h> #include <ntqaction.h> diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp index bfce2297d..a21ac2059 100644 --- a/tools/designer/designer/project.cpp +++ b/tools/designer/designer/project.cpp @@ -40,7 +40,7 @@ #include "dbconnectionimpl.h" #endif #include "resource.h" -#include <ntqwidgetfactory.h> +#include <tqwidgetfactory.h> #include "outputwindow.h" #include <ntqfile.h> diff --git a/tools/designer/designer/propertyobject.h b/tools/designer/designer/propertyobject.h index 7aee8a15f..5e97697c2 100644 --- a/tools/designer/designer/propertyobject.h +++ b/tools/designer/designer/propertyobject.h @@ -2,7 +2,7 @@ #define PROPERTYOBJECT_H #include <tqobject.h> -#include <ntqwidgetlist.h> +#include <tqwidgetlist.h> #include <ntqcursor.h> class PropertyObject : public TQObject diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp index 41ea252e1..1d0d3d2bc 100644 --- a/tools/designer/designer/resource.cpp +++ b/tools/designer/designer/resource.cpp @@ -80,8 +80,8 @@ #include <ntqtextstream.h> #include <ntqtooltip.h> #include <ntqwhatsthis.h> -#include <ntqwidget.h> -#include <ntqwidgetstack.h> +#include <tqwidget.h> +#include <tqwidgetstack.h> #include <ntqwizard.h> #include <ntqworkspace.h> #include <ntqworkspace.h> diff --git a/tools/designer/designer/sizehandle.cpp b/tools/designer/designer/sizehandle.cpp index 7d3b1eb14..7cb3749b0 100644 --- a/tools/designer/designer/sizehandle.cpp +++ b/tools/designer/designer/sizehandle.cpp @@ -37,7 +37,7 @@ #include "formwindow.h" #include "widgetfactory.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqapplication.h> #include <ntqlabel.h> diff --git a/tools/designer/designer/sizehandle.h b/tools/designer/designer/sizehandle.h index adc1d7810..7027736b7 100644 --- a/tools/designer/designer/sizehandle.h +++ b/tools/designer/designer/sizehandle.h @@ -34,7 +34,7 @@ #ifndef SIZEHANDLE_H #define SIZEHANDLE_H -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqintdict.h> #include <ntqptrdict.h> diff --git a/tools/designer/designer/widgetaction.cpp b/tools/designer/designer/widgetaction.cpp index 694a0857f..300326528 100644 --- a/tools/designer/designer/widgetaction.cpp +++ b/tools/designer/designer/widgetaction.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include "widgetaction.h" -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqtoolbutton.h> #include "mainwindow.h" #include <ntqstylefactory.h> diff --git a/tools/designer/designer/widgetfactory.cpp b/tools/designer/designer/widgetfactory.cpp index 72b05d758..e4c8b4a81 100644 --- a/tools/designer/designer/widgetfactory.cpp +++ b/tools/designer/designer/widgetfactory.cpp @@ -70,7 +70,7 @@ #include <ntqtextedit.h> #include <ntqlabel.h> #include <ntqlayout.h> -#include <ntqwidgetstack.h> +#include <tqwidgetstack.h> #include <ntqcombobox.h> #include <ntqtabbar.h> #include <ntqlistbox.h> @@ -84,7 +84,7 @@ #include <ntqtextbrowser.h> #include <ntqframe.h> #include <ntqmetaobject.h> -#include <ntqwidgetstack.h> +#include <tqwidgetstack.h> #include <ntqwizard.h> #include <ntqvaluelist.h> #include <ntqtimer.h> diff --git a/tools/designer/designer/widgetfactory.h b/tools/designer/designer/widgetfactory.h index 84aee8034..dc1ee3d29 100644 --- a/tools/designer/designer/widgetfactory.h +++ b/tools/designer/designer/widgetfactory.h @@ -52,12 +52,12 @@ #include <ntqcheckbox.h> #include <ntqradiobutton.h> #include <ntqbuttongroup.h> -#include <ntqwidgetstack.h> +#include <tqwidgetstack.h> #include <ntqguardedptr.h> #include <ntqtoolbox.h> #include "metadatabase.h" -#include "ntqwidgetfactory.h" +#include "tqwidgetfactory.h" class TQWidget; class TQLayout; |
