summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/widgets
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/ntqbutton.h2
-rw-r--r--src/widgets/ntqcombobox.h2
-rw-r--r--src/widgets/ntqdatetimeedit.h2
-rw-r--r--src/widgets/ntqdial.h2
-rw-r--r--src/widgets/ntqdockarea.h2
-rw-r--r--src/widgets/ntqframe.h2
-rw-r--r--src/widgets/ntqhbox.h2
-rw-r--r--src/widgets/ntqheader.h2
-rw-r--r--src/widgets/ntqmainwindow.h2
-rw-r--r--src/widgets/ntqscrollbar.h2
-rw-r--r--src/widgets/ntqslider.h2
-rw-r--r--src/widgets/ntqspinbox.h2
-rw-r--r--src/widgets/ntqsplashscreen.h2
-rw-r--r--src/widgets/ntqstatusbar.h2
-rw-r--r--src/widgets/ntqtabbar.h2
-rw-r--r--src/widgets/ntqtabwidget.h2
-rw-r--r--src/widgets/ntqtooltip.h2
-rw-r--r--src/widgets/qdialogbuttons_p.h2
-rw-r--r--src/widgets/qdockarea.cpp2
-rw-r--r--src/widgets/qdockwindow.cpp2
-rw-r--r--src/widgets/qeffects.cpp2
-rw-r--r--src/widgets/qscrollview.cpp2
-rw-r--r--src/widgets/qt_widgets.pri14
-rw-r--r--src/widgets/qtabwidget.cpp2
-rw-r--r--src/widgets/qtoolbar.cpp2
-rw-r--r--src/widgets/qtoolbox.cpp2
-rw-r--r--src/widgets/tqwidgetinterface_p.h (renamed from src/widgets/qwidgetinterface_p.h)0
-rw-r--r--src/widgets/tqwidgetplugin.cpp (renamed from src/widgets/qwidgetplugin.cpp)12
-rw-r--r--src/widgets/tqwidgetplugin.h (renamed from src/widgets/ntqwidgetplugin.h)0
-rw-r--r--src/widgets/tqwidgetresizehandler.cpp (renamed from src/widgets/qwidgetresizehandler.cpp)2
-rw-r--r--src/widgets/tqwidgetresizehandler_p.h (renamed from src/widgets/qwidgetresizehandler_p.h)0
-rw-r--r--src/widgets/tqwidgetstack.cpp (renamed from src/widgets/qwidgetstack.cpp)2
-rw-r--r--src/widgets/tqwidgetstack.h (renamed from src/widgets/ntqwidgetstack.h)0
33 files changed, 40 insertions, 40 deletions
diff --git a/src/widgets/ntqbutton.h b/src/widgets/ntqbutton.h
index 0d0aa65ef..5683e44b7 100644
--- a/src/widgets/ntqbutton.h
+++ b/src/widgets/ntqbutton.h
@@ -42,7 +42,7 @@
#define TQBUTTON_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqkeysequence.h"
#endif // QT_H
diff --git a/src/widgets/ntqcombobox.h b/src/widgets/ntqcombobox.h
index f7bf2e422..296148549 100644
--- a/src/widgets/ntqcombobox.h
+++ b/src/widgets/ntqcombobox.h
@@ -42,7 +42,7 @@
#define TQCOMBOBOX_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_COMBOBOX
diff --git a/src/widgets/ntqdatetimeedit.h b/src/widgets/ntqdatetimeedit.h
index 6ff8f0215..75a0ef4d2 100644
--- a/src/widgets/ntqdatetimeedit.h
+++ b/src/widgets/ntqdatetimeedit.h
@@ -42,7 +42,7 @@
#define TQDATETIMEEDIT_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqstring.h"
#include "ntqdatetime.h"
#endif // QT_H
diff --git a/src/widgets/ntqdial.h b/src/widgets/ntqdial.h
index b4dba6eec..7baf98e53 100644
--- a/src/widgets/ntqdial.h
+++ b/src/widgets/ntqdial.h
@@ -43,7 +43,7 @@
#define TQDIAL_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#endif // QT_H
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h
index e3a767c4d..ee9201597 100644
--- a/src/widgets/ntqdockarea.h
+++ b/src/widgets/ntqdockarea.h
@@ -42,7 +42,7 @@
#define TQDOCKAREA_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqptrlist.h"
#include "ntqdockwindow.h"
#include "ntqlayout.h"
diff --git a/src/widgets/ntqframe.h b/src/widgets/ntqframe.h
index e0afe5923..db565f474 100644
--- a/src/widgets/ntqframe.h
+++ b/src/widgets/ntqframe.h
@@ -42,7 +42,7 @@
#define TQFRAME_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_FRAME
diff --git a/src/widgets/ntqhbox.h b/src/widgets/ntqhbox.h
index 8b45cb751..f92379514 100644
--- a/src/widgets/ntqhbox.h
+++ b/src/widgets/ntqhbox.h
@@ -39,7 +39,7 @@
#define TQHBOX_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_HBOX
diff --git a/src/widgets/ntqheader.h b/src/widgets/ntqheader.h
index 7030fe11d..9fe9917a5 100644
--- a/src/widgets/ntqheader.h
+++ b/src/widgets/ntqheader.h
@@ -42,7 +42,7 @@
#define TQHEADER_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqstring.h"
#include "ntqiconset.h" // conversion TQPixmap->TQIconset
#endif // QT_H
diff --git a/src/widgets/ntqmainwindow.h b/src/widgets/ntqmainwindow.h
index 02e2939a3..647c23206 100644
--- a/src/widgets/ntqmainwindow.h
+++ b/src/widgets/ntqmainwindow.h
@@ -42,7 +42,7 @@
#define TQMAINWINDOW_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqtoolbar.h"
#include "ntqptrlist.h"
#include "ntqtextstream.h"
diff --git a/src/widgets/ntqscrollbar.h b/src/widgets/ntqscrollbar.h
index ab52ff626..6a298c96f 100644
--- a/src/widgets/ntqscrollbar.h
+++ b/src/widgets/ntqscrollbar.h
@@ -44,7 +44,7 @@
class TQTimer;
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#endif // QT_H
diff --git a/src/widgets/ntqslider.h b/src/widgets/ntqslider.h
index 1bf9a6c6b..af60245e3 100644
--- a/src/widgets/ntqslider.h
+++ b/src/widgets/ntqslider.h
@@ -42,7 +42,7 @@
#define TQSLIDER_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#endif // QT_H
diff --git a/src/widgets/ntqspinbox.h b/src/widgets/ntqspinbox.h
index 5b1abd8b0..345857c74 100644
--- a/src/widgets/ntqspinbox.h
+++ b/src/widgets/ntqspinbox.h
@@ -42,7 +42,7 @@
#define TQSPINBOX_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#endif // QT_H
diff --git a/src/widgets/ntqsplashscreen.h b/src/widgets/ntqsplashscreen.h
index 6649923e6..9670a1476 100644
--- a/src/widgets/ntqsplashscreen.h
+++ b/src/widgets/ntqsplashscreen.h
@@ -41,7 +41,7 @@
#ifndef QT_H
#include "ntqpixmap.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_SPLASHSCREEN
diff --git a/src/widgets/ntqstatusbar.h b/src/widgets/ntqstatusbar.h
index 4b3f98f32..b4c84ea17 100644
--- a/src/widgets/ntqstatusbar.h
+++ b/src/widgets/ntqstatusbar.h
@@ -42,7 +42,7 @@
#define TQSTATUSBAR_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_STATUSBAR
diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h
index 9e8f71667..c7010ed53 100644
--- a/src/widgets/ntqtabbar.h
+++ b/src/widgets/ntqtabbar.h
@@ -40,7 +40,7 @@
#define TQTABBAR_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqptrlist.h"
#endif // QT_H
diff --git a/src/widgets/ntqtabwidget.h b/src/widgets/ntqtabwidget.h
index e2ba055c4..c2d3242dd 100644
--- a/src/widgets/ntqtabwidget.h
+++ b/src/widgets/ntqtabwidget.h
@@ -42,7 +42,7 @@
#define TQTABWIDGET_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqiconset.h"
#endif // QT_H
diff --git a/src/widgets/ntqtooltip.h b/src/widgets/ntqtooltip.h
index e5673511d..3058ed0e0 100644
--- a/src/widgets/ntqtooltip.h
+++ b/src/widgets/ntqtooltip.h
@@ -40,7 +40,7 @@
#define TQTOOLTIP_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_TOOLTIP
diff --git a/src/widgets/qdialogbuttons_p.h b/src/widgets/qdialogbuttons_p.h
index 90e645b80..a5667245f 100644
--- a/src/widgets/qdialogbuttons_p.h
+++ b/src/widgets/qdialogbuttons_p.h
@@ -41,7 +41,7 @@
#ifndef QT_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#endif
diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp
index a763cdc53..3693a036d 100644
--- a/src/widgets/qdockarea.cpp
+++ b/src/widgets/qdockarea.cpp
@@ -46,7 +46,7 @@
#include "ntqptrvector.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
-#include "ntqwidgetlist.h"
+#include "tqwidgetlist.h"
#include "ntqmap.h"
#include "ntqmainwindow.h"
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index e889e5a4d..4ebe27aca 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_MAINWINDOW
#include "ntqdesktopwidget.h"
#include "ntqdockarea.h"
-#include "qwidgetresizehandler_p.h"
+#include "tqwidgetresizehandler_p.h"
#include "qtitlebar_p.h"
#include "ntqpainter.h"
#include "ntqapplication.h"
diff --git a/src/widgets/qeffects.cpp b/src/widgets/qeffects.cpp
index ddf0dd70b..d40cdb868 100644
--- a/src/widgets/qeffects.cpp
+++ b/src/widgets/qeffects.cpp
@@ -40,7 +40,7 @@
#include "ntqapplication.h"
#ifndef TQT_NO_EFFECTS
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "qeffects_p.h"
#include "ntqpixmap.h"
#include "ntqimage.h"
diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp
index 4198e3132..8b9981ffa 100644
--- a/src/widgets/qscrollview.cpp
+++ b/src/widgets/qscrollview.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqwidget.h"
+#include "tqwidget.h"
#ifndef TQT_NO_SCROLLVIEW
#include "ntqscrollbar.h"
#include "tqobjectlist.h"
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index a678e21de..8be28d1cf 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -8,7 +8,7 @@ widgets {
$$WIDGETS_P/qdialogbuttons_p.h \
$$WIDGETS_H/ntqcheckbox.h \
$$WIDGETS_H/ntqcombobox.h \
- $$WIDGETS_P/qwidgetresizehandler_p.h \
+ $$WIDGETS_P/tqwidgetresizehandler_p.h \
$$WIDGETS_H/ntqdial.h \
$$WIDGETS_H/ntqdockarea.h \
$$WIDGETS_H/ntqdockwindow.h \
@@ -56,21 +56,21 @@ widgets {
$$WIDGETS_H/ntqvbuttongroup.h \
$$WIDGETS_H/ntqvgroupbox.h \
$$WIDGETS_H/ntqwhatsthis.h \
- $$WIDGETS_H/ntqwidgetstack.h \
+ $$WIDGETS_H/tqwidgetstack.h \
$$WIDGETS_H/ntqaction.h \
$$WIDGETS_H/ntqdatetimeedit.h \
$$WIDGETS_H/ntqtextview.h \
$$WIDGETS_H/ntqtextbrowser.h \
$$WIDGETS_H/ntqtextedit.h \
- $$WIDGETS_P/qwidgetinterface_p.h \
- $$WIDGETS_H/ntqwidgetplugin.h
+ $$WIDGETS_P/tqwidgetinterface_p.h \
+ $$WIDGETS_H/tqwidgetplugin.h
SOURCES += $$WIDGETS_CPP/qbuttongroup.cpp \
$$WIDGETS_CPP/qbutton.cpp \
$$WIDGETS_CPP/qdialogbuttons.cpp \
$$WIDGETS_CPP/qcheckbox.cpp \
$$WIDGETS_CPP/qcombobox.cpp \
- $$WIDGETS_CPP/qwidgetresizehandler.cpp \
+ $$WIDGETS_CPP/tqwidgetresizehandler.cpp \
$$WIDGETS_CPP/qdial.cpp \
$$WIDGETS_CPP/qdockarea.cpp \
$$WIDGETS_CPP/qdockwindow.cpp \
@@ -118,14 +118,14 @@ widgets {
$$WIDGETS_CPP/qvbuttongroup.cpp \
$$WIDGETS_CPP/qvgroupbox.cpp \
$$WIDGETS_CPP/qwhatsthis.cpp \
- $$WIDGETS_CPP/qwidgetstack.cpp \
+ $$WIDGETS_CPP/tqwidgetstack.cpp \
$$WIDGETS_CPP/qaction.cpp \
$$WIDGETS_CPP/qdatetimeedit.cpp \
$$WIDGETS_CPP/qeffects.cpp \
$$WIDGETS_CPP/qtextview.cpp \
$$WIDGETS_CPP/qtextbrowser.cpp \
$$WIDGETS_CPP/qtextedit.cpp \
- $$WIDGETS_CPP/qwidgetplugin.cpp
+ $$WIDGETS_CPP/tqwidgetplugin.cpp
!embedded:mac:SOURCES += $$WIDGETS_CPP/qmenubar_mac.cpp
}
diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/qtabwidget.cpp
index f6c54524c..464affb58 100644
--- a/src/widgets/qtabwidget.cpp
+++ b/src/widgets/qtabwidget.cpp
@@ -43,7 +43,7 @@
#include "tqobjectlist.h"
#include "ntqtabbar.h"
#include "ntqapplication.h"
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#include "ntqbitmap.h"
#include "ntqaccel.h"
#include "ntqstyle.h"
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp
index fd5bf56a2..a3d390e43 100644
--- a/src/widgets/qtoolbar.cpp
+++ b/src/widgets/qtoolbar.cpp
@@ -53,7 +53,7 @@
#include "ntqpopupmenu.h"
#include "ntqcombobox.h"
#include "ntqtimer.h"
-#include "ntqwidgetlist.h"
+#include "tqwidgetlist.h"
#include "ntqstyle.h"
static const char * const arrow_v_xpm[] = {
diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/qtoolbox.cpp
index a8d2523ac..a04c78dbe 100644
--- a/src/widgets/qtoolbox.cpp
+++ b/src/widgets/qtoolbox.cpp
@@ -49,7 +49,7 @@
#include <ntqstyle.h>
#include <tqobjectlist.h>
#include <ntqapplication.h>
-#include <ntqwidgetlist.h>
+#include <tqwidgetlist.h>
#include <ntqlayout.h>
#include <ntqvaluelist.h>
#include <ntqtooltip.h>
diff --git a/src/widgets/qwidgetinterface_p.h b/src/widgets/tqwidgetinterface_p.h
index 5cfd43e48..5cfd43e48 100644
--- a/src/widgets/qwidgetinterface_p.h
+++ b/src/widgets/tqwidgetinterface_p.h
diff --git a/src/widgets/qwidgetplugin.cpp b/src/widgets/tqwidgetplugin.cpp
index 2d026221c..a12f13418 100644
--- a/src/widgets/qwidgetplugin.cpp
+++ b/src/widgets/tqwidgetplugin.cpp
@@ -38,18 +38,18 @@
**
**********************************************************************/
-#include "ntqwidgetplugin.h"
+#include "tqwidgetplugin.h"
#ifndef TQT_NO_WIDGETPLUGIN
-#include "qwidgetinterface_p.h"
+#include "tqwidgetinterface_p.h"
#include "tqobjectcleanuphandler.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#ifdef QT_CONTAINER_CUSTOM_WIDGETS
-#include "ntqwidgetlist.h"
+#include "tqwidgetlist.h"
#endif
/*!
- \class TQWidgetPlugin ntqwidgetplugin.h
+ \class TQWidgetPlugin tqwidgetplugin.h
\brief The TQWidgetPlugin class provides an abstract base for custom TQWidget plugins.
\ingroup plugins
@@ -440,7 +440,7 @@ bool TQWidgetPlugin::isContainer( const TQString & ) const
#ifdef QT_CONTAINER_CUSTOM_WIDGETS
/*!
- \class TQWidgetContainerPlugin ntqwidgetplugin.h
+ \class TQWidgetContainerPlugin tqwidgetplugin.h
\brief The TQWidgetContainerPlugin class provides an abstract base
for complex custom container TQWidget plugins.
diff --git a/src/widgets/ntqwidgetplugin.h b/src/widgets/tqwidgetplugin.h
index cd40860d3..cd40860d3 100644
--- a/src/widgets/ntqwidgetplugin.h
+++ b/src/widgets/tqwidgetplugin.h
diff --git a/src/widgets/qwidgetresizehandler.cpp b/src/widgets/tqwidgetresizehandler.cpp
index bcddde86b..0f75eb797 100644
--- a/src/widgets/qwidgetresizehandler.cpp
+++ b/src/widgets/tqwidgetresizehandler.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "qwidgetresizehandler_p.h"
+#include "tqwidgetresizehandler_p.h"
#ifndef TQT_NO_RESIZEHANDLER
#include "ntqframe.h"
diff --git a/src/widgets/qwidgetresizehandler_p.h b/src/widgets/tqwidgetresizehandler_p.h
index 30f8e088c..30f8e088c 100644
--- a/src/widgets/qwidgetresizehandler_p.h
+++ b/src/widgets/tqwidgetresizehandler_p.h
diff --git a/src/widgets/qwidgetstack.cpp b/src/widgets/tqwidgetstack.cpp
index b8cb9e76a..b065fc35a 100644
--- a/src/widgets/qwidgetstack.cpp
+++ b/src/widgets/tqwidgetstack.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#include "ntqlayout.h"
#include "../kernel/qlayoutengine_p.h"
#ifndef TQT_NO_WIDGETSTACK
diff --git a/src/widgets/ntqwidgetstack.h b/src/widgets/tqwidgetstack.h
index 4967804c8..4967804c8 100644
--- a/src/widgets/ntqwidgetstack.h
+++ b/src/widgets/tqwidgetstack.h