summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /tools/designer
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer/actioneditorimpl.cpp2
-rw-r--r--tools/designer/designer/customwidgeteditorimpl.cpp2
-rw-r--r--tools/designer/designer/designer_pch.h4
-rw-r--r--tools/designer/designer/editfunctionsimpl.cpp2
-rw-r--r--tools/designer/designer/formwindow.cpp4
-rw-r--r--tools/designer/designer/iconvieweditorimpl.cpp2
-rw-r--r--tools/designer/designer/listboxeditorimpl.cpp2
-rw-r--r--tools/designer/designer/listvieweditorimpl.cpp2
-rw-r--r--tools/designer/designer/mainwindow.cpp4
-rw-r--r--tools/designer/designer/mainwindowactions.cpp2
-rw-r--r--tools/designer/designer/newformimpl.cpp2
-rw-r--r--tools/designer/designer/pixmapchooser.cpp2
-rw-r--r--tools/designer/designer/projectsettingsimpl.cpp2
-rw-r--r--tools/designer/designer/propertyeditor.cpp4
-rw-r--r--tools/designer/designer/resource.cpp4
-rw-r--r--tools/designer/designer/sizehandle.cpp2
-rw-r--r--tools/designer/designer/startdialogimpl.cpp2
-rw-r--r--tools/designer/designer/styledbutton.cpp2
-rw-r--r--tools/designer/designer/tableeditorimpl.cpp2
-rw-r--r--tools/designer/designer/widgetfactory.cpp2
-rw-r--r--tools/designer/designer/widgetfactory.h2
-rw-r--r--tools/designer/editor/arghintwidget.cpp2
-rw-r--r--tools/designer/editor/viewmanager.cpp2
-rw-r--r--tools/designer/examples/colortool/mainform.ui2
-rw-r--r--tools/designer/examples/credit/creditformbase.cpp2
-rw-r--r--tools/designer/plugins/wizards/sqlformwizardimpl.cpp2
-rw-r--r--tools/designer/shared/widgetdatabase.cpp1
-rw-r--r--tools/designer/uic/form.cpp2
-rw-r--r--tools/designer/uilib/tqwidgetfactory.cpp4
29 files changed, 35 insertions, 34 deletions
diff --git a/tools/designer/designer/actioneditorimpl.cpp b/tools/designer/designer/actioneditorimpl.cpp
index ee1c0f1c..938b8f25 100644
--- a/tools/designer/designer/actioneditorimpl.cpp
+++ b/tools/designer/designer/actioneditorimpl.cpp
@@ -42,7 +42,7 @@
#include <tqaction.h>
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqtoolbutton.h>
#include <ntqlistview.h>
#include <ntqcheckbox.h>
diff --git a/tools/designer/designer/customwidgeteditorimpl.cpp b/tools/designer/designer/customwidgeteditorimpl.cpp
index fa88543e..296000d9 100644
--- a/tools/designer/designer/customwidgeteditorimpl.cpp
+++ b/tools/designer/designer/customwidgeteditorimpl.cpp
@@ -45,7 +45,7 @@
#include <ntqlineedit.h>
#include <ntqcombobox.h>
#include <ntqspinbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqmessagebox.h>
#include <tqfiledialog.h>
#include <ntqmessagebox.h>
diff --git a/tools/designer/designer/designer_pch.h b/tools/designer/designer/designer_pch.h
index e2544b92..0be6a87a 100644
--- a/tools/designer/designer/designer_pch.h
+++ b/tools/designer/designer/designer_pch.h
@@ -15,7 +15,7 @@
#include <ntqcombobox.h>
#include <ntqdialog.h>
#include <ntqheader.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlineedit.h>
#include <ntqlistbox.h>
@@ -31,7 +31,7 @@
#include <tqstring.h>
#include <tqtooltip.h>
#include <ntqvariant.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqwidget.h>
#include "command.h"
diff --git a/tools/designer/designer/editfunctionsimpl.cpp b/tools/designer/designer/editfunctionsimpl.cpp
index 437dec8c..dbdbe133 100644
--- a/tools/designer/designer/editfunctionsimpl.cpp
+++ b/tools/designer/designer/editfunctionsimpl.cpp
@@ -46,7 +46,7 @@
#include <tqstrlist.h>
#include <ntqmessagebox.h>
#include <ntqlayout.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqgroupbox.h>
#include <ntqheader.h>
#include <ntqcheckbox.h>
diff --git a/tools/designer/designer/formwindow.cpp b/tools/designer/designer/formwindow.cpp
index 1e023fda..4b8fb1d2 100644
--- a/tools/designer/designer/formwindow.cpp
+++ b/tools/designer/designer/formwindow.cpp
@@ -54,7 +54,7 @@
#include <ntqevent.h>
#include <tqpainter.h>
#include <tqpen.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqobjectlist.h>
#include <tqtimer.h>
#include <ntqapplication.h>
@@ -67,7 +67,7 @@
#include <tqpopupmenu.h>
#include <tqsizegrip.h>
#include <ntqpushbutton.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <ntqmetaobject.h>
#include <tqtooltip.h>
#include <ntqfeatures.h>
diff --git a/tools/designer/designer/iconvieweditorimpl.cpp b/tools/designer/designer/iconvieweditorimpl.cpp
index 7f45cda5..34bbf1bd 100644
--- a/tools/designer/designer/iconvieweditorimpl.cpp
+++ b/tools/designer/designer/iconvieweditorimpl.cpp
@@ -37,7 +37,7 @@
#include "pixmapchooser.h"
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqiconview.h>
#include <ntqpushbutton.h>
#include <ntqcheckbox.h>
diff --git a/tools/designer/designer/listboxeditorimpl.cpp b/tools/designer/designer/listboxeditorimpl.cpp
index e1bfb45a..907648d1 100644
--- a/tools/designer/designer/listboxeditorimpl.cpp
+++ b/tools/designer/designer/listboxeditorimpl.cpp
@@ -40,7 +40,7 @@
#include "listboxrename.h"
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlistbox.h>
#include <ntqpushbutton.h>
#include <ntqcheckbox.h>
diff --git a/tools/designer/designer/listvieweditorimpl.cpp b/tools/designer/designer/listvieweditorimpl.cpp
index 9bce2ffa..6d2e9823 100644
--- a/tools/designer/designer/listvieweditorimpl.cpp
+++ b/tools/designer/designer/listvieweditorimpl.cpp
@@ -45,7 +45,7 @@
#include <ntqlistbox.h>
#include <ntqlineedit.h>
#include <ntqcheckbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqtabwidget.h>
#include <ntqspinbox.h>
#include <ntqpushbutton.h>
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp
index a8ff8b6f..3c188d6c 100644
--- a/tools/designer/designer/mainwindow.cpp
+++ b/tools/designer/designer/mainwindow.cpp
@@ -100,11 +100,11 @@
#include <tqbuffer.h>
#include <tqdir.h>
#include <tqstyle.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqstatusbar.h>
#include <tqfile.h>
#include <ntqcheckbox.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <ntqwizard.h>
#include <tqtimer.h>
#include <ntqlistbox.h>
diff --git a/tools/designer/designer/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp
index ec13ffca..1699b472 100644
--- a/tools/designer/designer/mainwindowactions.cpp
+++ b/tools/designer/designer/mainwindowactions.cpp
@@ -35,7 +35,7 @@
#include <stdlib.h>
#include <tqaction.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqpopupmenu.h>
#include <tqmenubar.h>
#include <ntqlineedit.h>
diff --git a/tools/designer/designer/newformimpl.cpp b/tools/designer/designer/newformimpl.cpp
index f050bdab..b1d237ee 100644
--- a/tools/designer/designer/newformimpl.cpp
+++ b/tools/designer/designer/newformimpl.cpp
@@ -45,7 +45,7 @@
#include "sourcefile.h"
#include <tqiconview.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqfileinfo.h>
#include <tqdir.h>
#include <ntqpushbutton.h>
diff --git a/tools/designer/designer/pixmapchooser.cpp b/tools/designer/designer/pixmapchooser.cpp
index 169a5c9c..1ded61d8 100644
--- a/tools/designer/designer/pixmapchooser.cpp
+++ b/tools/designer/designer/pixmapchooser.cpp
@@ -47,7 +47,7 @@
#include <ntqapplication.h>
#include <tqimage.h>
#include <tqpainter.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlineedit.h>
#include <ntqpushbutton.h>
#include <tqiconview.h>
diff --git a/tools/designer/designer/projectsettingsimpl.cpp b/tools/designer/designer/projectsettingsimpl.cpp
index 2699421e..27554c19 100644
--- a/tools/designer/designer/projectsettingsimpl.cpp
+++ b/tools/designer/designer/projectsettingsimpl.cpp
@@ -49,7 +49,7 @@
#include <tqobjectlist.h>
#include <ntqheader.h>
#include <ntqpushbutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
/*
* Constructs a ProjectSettings which is a child of 'parent', with the
diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp
index 30525df7..c38b86da 100644
--- a/tools/designer/designer/propertyeditor.cpp
+++ b/tools/designer/designer/propertyeditor.cpp
@@ -69,12 +69,12 @@
#include <tqfontdatabase.h>
#include <tqcolor.h>
#include <tqcolordialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <tqsizepolicy.h>
#include <tqbitmap.h>
#include <tqtooltip.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <ntqaccel.h>
#include <tqworkspace.h>
#include <tqtimer.h>
diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp
index b1cd5d1b..b1974e31 100644
--- a/tools/designer/designer/resource.cpp
+++ b/tools/designer/designer/resource.cpp
@@ -60,7 +60,7 @@
#include <tqfile.h>
#include <ntqheader.h>
#include <tqiconview.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlistbox.h>
#include <ntqlistview.h>
@@ -79,7 +79,7 @@
#include <tqtextcodec.h>
#include <tqtextstream.h>
#include <tqtooltip.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqwidget.h>
#include <tqwidgetstack.h>
#include <ntqwizard.h>
diff --git a/tools/designer/designer/sizehandle.cpp b/tools/designer/designer/sizehandle.cpp
index 7cb3749b..60d36cfd 100644
--- a/tools/designer/designer/sizehandle.cpp
+++ b/tools/designer/designer/sizehandle.cpp
@@ -39,7 +39,7 @@
#include <tqwidget.h>
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
SizeHandle::SizeHandle( FormWindow *parent, Direction d, WidgetSelection *s )
: TQWidget( parent )
diff --git a/tools/designer/designer/startdialogimpl.cpp b/tools/designer/designer/startdialogimpl.cpp
index 1d618a3d..b27131ae 100644
--- a/tools/designer/designer/startdialogimpl.cpp
+++ b/tools/designer/designer/startdialogimpl.cpp
@@ -3,7 +3,7 @@
#include <tqptrlist.h>
#include <tqiconview.h>
#include <ntqcombobox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqfiledialog.h>
#include <ntqtabwidget.h>
#include <tqpoint.h>
diff --git a/tools/designer/designer/styledbutton.cpp b/tools/designer/designer/styledbutton.cpp
index 543da3c9..fdee5482 100644
--- a/tools/designer/designer/styledbutton.cpp
+++ b/tools/designer/designer/styledbutton.cpp
@@ -37,7 +37,7 @@
#include "pixmapchooser.h"
#include <tqcolordialog.h>
#include <tqpalette.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpainter.h>
#include <tqimage.h>
#include <tqpixmap.h>
diff --git a/tools/designer/designer/tableeditorimpl.cpp b/tools/designer/designer/tableeditorimpl.cpp
index 329dd667..38d043f9 100644
--- a/tools/designer/designer/tableeditorimpl.cpp
+++ b/tools/designer/designer/tableeditorimpl.cpp
@@ -36,7 +36,7 @@
#include <ntqtable.h>
#endif
#include "formwindow.h"
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqcombobox.h>
#include <ntqheader.h>
#include <ntqlistbox.h>
diff --git a/tools/designer/designer/widgetfactory.cpp b/tools/designer/designer/widgetfactory.cpp
index 9fb3e33d..edc24274 100644
--- a/tools/designer/designer/widgetfactory.cpp
+++ b/tools/designer/designer/widgetfactory.cpp
@@ -68,7 +68,7 @@
#include <ntqspinbox.h>
#include <ntqmultilineedit.h>
#include <tqtextedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <tqwidgetstack.h>
#include <ntqcombobox.h>
diff --git a/tools/designer/designer/widgetfactory.h b/tools/designer/designer/widgetfactory.h
index 6e5b4537..93cece6c 100644
--- a/tools/designer/designer/widgetfactory.h
+++ b/tools/designer/designer/widgetfactory.h
@@ -44,7 +44,7 @@
#include <tqpainter.h>
#include <ntqevent.h>
#include <tqobjectlist.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqwizard.h>
#include <tqptrdict.h>
#include <ntqpushbutton.h>
diff --git a/tools/designer/editor/arghintwidget.cpp b/tools/designer/editor/arghintwidget.cpp
index c8f643ba..5589bac6 100644
--- a/tools/designer/editor/arghintwidget.cpp
+++ b/tools/designer/editor/arghintwidget.cpp
@@ -33,7 +33,7 @@
#include "arghintwidget.h"
#include <ntqbutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <tqpainter.h>
#include <tqpixmap.h>
diff --git a/tools/designer/editor/viewmanager.cpp b/tools/designer/editor/viewmanager.cpp
index f4f3e8b7..521e202a 100644
--- a/tools/designer/editor/viewmanager.cpp
+++ b/tools/designer/editor/viewmanager.cpp
@@ -38,7 +38,7 @@
#include <private/qrichtext_p.h>
#include "paragdata.h"
#include <tqobjectlist.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqtimer.h>
ViewManager::ViewManager( TQWidget *parent, const char *name )
diff --git a/tools/designer/examples/colortool/mainform.ui b/tools/designer/examples/colortool/mainform.ui
index 199c9bf0..f76e39e1 100644
--- a/tools/designer/examples/colortool/mainform.ui
+++ b/tools/designer/examples/colortool/mainform.ui
@@ -527,7 +527,7 @@
<include location="local" impldecl="in implementation">tqstatusbar.h</include>
<include location="local" impldecl="in implementation">ntqmessagebox.h</include>
<include location="local" impldecl="in implementation">tqclipboard.h</include>
- <include location="local" impldecl="in implementation">ntqlabel.h</include>
+ <include location="local" impldecl="in implementation">tqlabel.h</include>
<include location="local" impldecl="in implementation">ntqlineedit.h</include>
<include location="local" impldecl="in implementation">optionsform.h</include>
<include location="local" impldecl="in implementation">mainform.ui.h</include>
diff --git a/tools/designer/examples/credit/creditformbase.cpp b/tools/designer/examples/credit/creditformbase.cpp
index 788ccf6a..7ea44589 100644
--- a/tools/designer/examples/credit/creditformbase.cpp
+++ b/tools/designer/examples/credit/creditformbase.cpp
@@ -17,7 +17,7 @@
#include <tqdragobject.h>
#include <ntqlayout.h>
#include <tqtooltip.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include "creditformbase.ui.h"
#include <tqimage.h>
#include <tqpixmap.h>
diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
index f9ebb15b..ac721699 100644
--- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
+++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
@@ -38,7 +38,7 @@
#include <ntqcheckbox.h>
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
#include <tqregexp.h>
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index e69f004d..f96b6e54 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -68,6 +68,7 @@ static TQString converted_widgets[] =
"TQDateTimeEdit",
"TQFileDialog",
"TQIconView",
+ "TQLabel",
"TQMainWindow", "TQMenuBar",
"TQPopupMenu",
"TQStatusBar", "TQSizeGrip",
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp
index fd4755c7..143d9a02 100644
--- a/tools/designer/uic/form.cpp
+++ b/tools/designer/uic/form.cpp
@@ -828,7 +828,7 @@ void Uic::createFormImpl( const TQDomElement &e )
out << "#include <ntqlayout.h>" << endl;
out << "#include <tqtooltip.h>" << endl;
- out << "#include <ntqwhatsthis.h>" << endl;
+ out << "#include <tqwhatsthis.h>" << endl;
if ( objClass == "TQMainWindow" ) {
out << "#include <tqaction.h>" << endl;
out << "#include <tqmenubar.h>" << endl;
diff --git a/tools/designer/uilib/tqwidgetfactory.cpp b/tools/designer/uilib/tqwidgetfactory.cpp
index 00234331..03c0046c 100644
--- a/tools/designer/uilib/tqwidgetfactory.cpp
+++ b/tools/designer/uilib/tqwidgetfactory.cpp
@@ -46,7 +46,7 @@
#include <uib.h>
#include <ntqapplication.h>
#include <tqtooltip.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqobjectlist.h>
#include <private/qpluginmanager_p.h>
#include <tqmime.h>
@@ -75,7 +75,7 @@
#include <ntqlineedit.h>
#include <ntqspinbox.h>
#include <ntqmultilineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqwidget.h>
#include <ntqtabwidget.h>
#include <ntqcombobox.h>