summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/ntqdockarea.h2
-rw-r--r--src/widgets/qdockarea.cpp2
-rw-r--r--src/widgets/qdockwindow.cpp2
-rw-r--r--src/widgets/qsplitter.cpp4
-rw-r--r--src/widgets/qt_widgets.pri28
-rw-r--r--src/widgets/tqbuttongroup.h2
-rw-r--r--src/widgets/tqdialogbuttons.cpp2
-rw-r--r--src/widgets/tqgrid.cpp2
-rw-r--r--src/widgets/tqgroupbox.cpp (renamed from src/widgets/qgroupbox.cpp)6
-rw-r--r--src/widgets/tqgroupbox.h (renamed from src/widgets/ntqgroupbox.h)0
-rw-r--r--src/widgets/tqhbox.cpp (renamed from src/widgets/qhbox.cpp)8
-rw-r--r--src/widgets/tqhbox.h (renamed from src/widgets/ntqhbox.h)0
-rw-r--r--src/widgets/tqhbuttongroup.cpp (renamed from src/widgets/qhbuttongroup.cpp)4
-rw-r--r--src/widgets/tqhbuttongroup.h (renamed from src/widgets/ntqhbuttongroup.h)0
-rw-r--r--src/widgets/tqhgroupbox.cpp (renamed from src/widgets/qhgroupbox.cpp)6
-rw-r--r--src/widgets/tqhgroupbox.h (renamed from src/widgets/ntqhgroupbox.h)2
-rw-r--r--src/widgets/tqiconview.cpp2
-rw-r--r--src/widgets/tqlistview.cpp2
-rw-r--r--src/widgets/tqmainwindow.cpp2
-rw-r--r--src/widgets/tqmenubar.cpp2
-rw-r--r--src/widgets/tqstatusbar.cpp2
-rw-r--r--src/widgets/tqtextbrowser.cpp4
-rw-r--r--src/widgets/tqtextedit.cpp2
-rw-r--r--src/widgets/tqtoolbar.cpp2
-rw-r--r--src/widgets/tqtoolbox.cpp4
-rw-r--r--src/widgets/tqvbox.cpp (renamed from src/widgets/qvbox.cpp)6
-rw-r--r--src/widgets/tqvbox.h (renamed from src/widgets/ntqvbox.h)2
-rw-r--r--src/widgets/tqvbuttongroup.cpp (renamed from src/widgets/qvbuttongroup.cpp)4
-rw-r--r--src/widgets/tqvbuttongroup.h (renamed from src/widgets/ntqvbuttongroup.h)0
-rw-r--r--src/widgets/tqvgroupbox.cpp (renamed from src/widgets/qvgroupbox.cpp)6
-rw-r--r--src/widgets/tqvgroupbox.h (renamed from src/widgets/ntqvgroupbox.h)2
-rw-r--r--src/widgets/tqwidgetstack.cpp4
32 files changed, 58 insertions, 58 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h
index f70f61fe..10a62deb 100644
--- a/src/widgets/ntqdockarea.h
+++ b/src/widgets/ntqdockarea.h
@@ -45,7 +45,7 @@
#include "tqwidget.h"
#include "tqptrlist.h"
#include "ntqdockwindow.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqvaluelist.h"
#include "ntqguardedptr.h"
#include "tqtextstream.h"
diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp
index 07ebbaa0..a74fbabb 100644
--- a/src/widgets/qdockarea.cpp
+++ b/src/widgets/qdockarea.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_MAINWINDOW
#include "ntqsplitter.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqptrvector.h"
#include "ntqapplication.h"
#include "tqpainter.h"
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index 4d0d4114..1c056828 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -49,7 +49,7 @@
#include "ntqapplication.h"
#include "tqtoolbutton.h"
#include "tqtoolbar.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqmainwindow.h"
#include "tqtimer.h"
#include "tqtooltip.h"
diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp
index 2a4a193b..cff76bc5 100644
--- a/src/widgets/qsplitter.cpp
+++ b/src/widgets/qsplitter.cpp
@@ -41,8 +41,8 @@
#include "ntqsplitter.h"
#ifndef TQT_NO_SPLITTER
-#include "ntqlayout.h"
-#include "../kernel/qlayoutengine_p.h"
+#include "tqlayout.h"
+#include "../kernel/tqlayoutengine_p.h"
#include "ntqapplication.h"
#include "tqbitmap.h"
#include "ntqdrawutil.h"
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index 19cf6d37..7a4e4b3b 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -15,11 +15,11 @@ widgets {
$$WIDGETS_H/tqframe.h \
$$WIDGETS_H/tqgrid.h \
$$WIDGETS_H/tqgridview.h \
- $$WIDGETS_H/ntqgroupbox.h \
- $$WIDGETS_H/ntqhbuttongroup.h \
+ $$WIDGETS_H/tqgroupbox.h \
+ $$WIDGETS_H/tqhbuttongroup.h \
$$WIDGETS_H/tqheader.h \
- $$WIDGETS_H/ntqhgroupbox.h \
- $$WIDGETS_H/ntqhbox.h \
+ $$WIDGETS_H/tqhgroupbox.h \
+ $$WIDGETS_H/tqhbox.h \
$$WIDGETS_H/tqiconview.h \
$$WIDGETS_H/tqlabel.h \
$$WIDGETS_H/tqlcdnumber.h \
@@ -52,9 +52,9 @@ widgets {
$$WIDGETS_H/tqtoolbutton.h \
$$WIDGETS_H/tqtooltip.h \
$$WIDGETS_H/ntqvalidator.h \
- $$WIDGETS_H/ntqvbox.h \
- $$WIDGETS_H/ntqvbuttongroup.h \
- $$WIDGETS_H/ntqvgroupbox.h \
+ $$WIDGETS_H/tqvbox.h \
+ $$WIDGETS_H/tqvbuttongroup.h \
+ $$WIDGETS_H/tqvgroupbox.h \
$$WIDGETS_H/tqwhatsthis.h \
$$WIDGETS_H/tqwidgetstack.h \
$$WIDGETS_H/tqaction.h \
@@ -77,11 +77,11 @@ widgets {
$$WIDGETS_CPP/tqframe.cpp \
$$WIDGETS_CPP/tqgrid.cpp \
$$WIDGETS_CPP/tqgridview.cpp \
- $$WIDGETS_CPP/qgroupbox.cpp \
- $$WIDGETS_CPP/qhbuttongroup.cpp \
+ $$WIDGETS_CPP/tqgroupbox.cpp \
+ $$WIDGETS_CPP/tqhbuttongroup.cpp \
$$WIDGETS_CPP/tqheader.cpp \
- $$WIDGETS_CPP/qhgroupbox.cpp \
- $$WIDGETS_CPP/qhbox.cpp \
+ $$WIDGETS_CPP/tqhgroupbox.cpp \
+ $$WIDGETS_CPP/tqhbox.cpp \
$$WIDGETS_CPP/tqiconview.cpp \
$$WIDGETS_CPP/tqlabel.cpp \
$$WIDGETS_CPP/tqlcdnumber.cpp \
@@ -114,9 +114,9 @@ widgets {
$$WIDGETS_CPP/tqtoolbutton.cpp \
$$WIDGETS_CPP/tqtooltip.cpp \
$$WIDGETS_CPP/qvalidator.cpp \
- $$WIDGETS_CPP/qvbox.cpp \
- $$WIDGETS_CPP/qvbuttongroup.cpp \
- $$WIDGETS_CPP/qvgroupbox.cpp \
+ $$WIDGETS_CPP/tqvbox.cpp \
+ $$WIDGETS_CPP/tqvbuttongroup.cpp \
+ $$WIDGETS_CPP/tqvgroupbox.cpp \
$$WIDGETS_CPP/tqwhatsthis.cpp \
$$WIDGETS_CPP/tqwidgetstack.cpp \
$$WIDGETS_CPP/tqaction.cpp \
diff --git a/src/widgets/tqbuttongroup.h b/src/widgets/tqbuttongroup.h
index 1eff3288..ee27d9db 100644
--- a/src/widgets/tqbuttongroup.h
+++ b/src/widgets/tqbuttongroup.h
@@ -42,7 +42,7 @@
#define TQBUTTONGROUP_H
#ifndef QT_H
-#include "ntqgroupbox.h"
+#include "tqgroupbox.h"
#endif // QT_H
#ifndef TQT_NO_BUTTONGROUP
diff --git a/src/widgets/tqdialogbuttons.cpp b/src/widgets/tqdialogbuttons.cpp
index b20f7035..93938428 100644
--- a/src/widgets/tqdialogbuttons.cpp
+++ b/src/widgets/tqdialogbuttons.cpp
@@ -47,7 +47,7 @@
#ifndef TQT_NO_DIALOG
#include <tqdialog.h>
#endif // TQT_NO_DIALOG
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqstyle.h>
#include <tqmap.h>
diff --git a/src/widgets/tqgrid.cpp b/src/widgets/tqgrid.cpp
index 0fe3f694..bdc43f9e 100644
--- a/src/widgets/tqgrid.cpp
+++ b/src/widgets/tqgrid.cpp
@@ -37,7 +37,7 @@
#include "tqgrid.h"
#ifndef TQT_NO_GRID
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "ntqapplication.h"
/*!
diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/tqgroupbox.cpp
index 906af0f6..54b5dd5c 100644
--- a/src/widgets/qgroupbox.cpp
+++ b/src/widgets/tqgroupbox.cpp
@@ -38,9 +38,9 @@
**
**********************************************************************/
-#include "ntqgroupbox.h"
+#include "tqgroupbox.h"
#ifndef TQT_NO_GROUPBOX
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqpainter.h"
#include "tqbitmap.h"
#include "ntqaccel.h"
@@ -57,7 +57,7 @@
#endif
/*!
- \class TQGroupBox ntqgroupbox.h
+ \class TQGroupBox tqgroupbox.h
\brief The TQGroupBox widget provides a group box frame with a title.
\ingroup organizers
diff --git a/src/widgets/ntqgroupbox.h b/src/widgets/tqgroupbox.h
index 14198de3..14198de3 100644
--- a/src/widgets/ntqgroupbox.h
+++ b/src/widgets/tqgroupbox.h
diff --git a/src/widgets/qhbox.cpp b/src/widgets/tqhbox.cpp
index 7f5e0c89..41b4fabb 100644
--- a/src/widgets/qhbox.cpp
+++ b/src/widgets/tqhbox.cpp
@@ -34,15 +34,15 @@
**
**********************************************************************/
-#include "ntqhbox.h"
+#include "tqhbox.h"
#ifndef TQT_NO_HBOX
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "ntqapplication.h"
#include "tqobjectlist.h"
/*!
- \class TQHBox ntqhbox.h
+ \class TQHBox tqhbox.h
\brief The TQHBox widget provides horizontal geometry management
for its child widgets.
@@ -59,7 +59,7 @@
in proportion to one another. (See \link layout.html
Layouts\endlink for more information on stretch factors.)
- \img qhbox-m.png TQHBox
+ \img tqhbox-m.png TQHBox
\sa TQHBoxLayout TQVBox TQGrid
*/
diff --git a/src/widgets/ntqhbox.h b/src/widgets/tqhbox.h
index fec6a33c..fec6a33c 100644
--- a/src/widgets/ntqhbox.h
+++ b/src/widgets/tqhbox.h
diff --git a/src/widgets/qhbuttongroup.cpp b/src/widgets/tqhbuttongroup.cpp
index 4b5dbf0f..50e061e5 100644
--- a/src/widgets/qhbuttongroup.cpp
+++ b/src/widgets/tqhbuttongroup.cpp
@@ -38,11 +38,11 @@
**
**********************************************************************/
-#include "ntqhbuttongroup.h"
+#include "tqhbuttongroup.h"
#ifndef TQT_NO_HBUTTONGROUP
/*!
- \class TQHButtonGroup ntqhbuttongroup.h
+ \class TQHButtonGroup tqhbuttongroup.h
\brief The TQHButtonGroup widget organizes TQButton widgets in a
group with one horizontal row.
diff --git a/src/widgets/ntqhbuttongroup.h b/src/widgets/tqhbuttongroup.h
index ab53a082..ab53a082 100644
--- a/src/widgets/ntqhbuttongroup.h
+++ b/src/widgets/tqhbuttongroup.h
diff --git a/src/widgets/qhgroupbox.cpp b/src/widgets/tqhgroupbox.cpp
index 1a37a958..c170d8a4 100644
--- a/src/widgets/qhgroupbox.cpp
+++ b/src/widgets/tqhgroupbox.cpp
@@ -38,11 +38,11 @@
**
**********************************************************************/
-#include "ntqhgroupbox.h"
+#include "tqhgroupbox.h"
#ifndef TQT_NO_HGROUPBOX
/*!
- \class TQHGroupBox ntqhgroupbox.h
+ \class TQHGroupBox tqhgroupbox.h
\brief The TQHGroupBox widget organizes widgets in a group with one
horizontal row.
@@ -55,7 +55,7 @@
of TQGroupBox. Think of it as a TQHBox that offers a frame with a
title.
- \img qgroupboxes.png Group Boxes
+ \img tqgroupboxes.png Group Boxes
\sa TQVGroupBox
*/
diff --git a/src/widgets/ntqhgroupbox.h b/src/widgets/tqhgroupbox.h
index b71776a0..67865c06 100644
--- a/src/widgets/ntqhgroupbox.h
+++ b/src/widgets/tqhgroupbox.h
@@ -42,7 +42,7 @@
#define TQHGROUPBOX_H
#ifndef QT_H
-#include "ntqgroupbox.h"
+#include "tqgroupbox.h"
#endif // QT_H
#ifndef TQT_NO_HGROUPBOX
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index 6febcfe3..70462bc0 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -62,7 +62,7 @@
#include "tqtextedit.h"
#include "tqmemarray.h"
#include "tqptrlist.h"
-#include "ntqvbox.h"
+#include "tqvbox.h"
#include "tqtooltip.h"
#include "tqbitmap.h"
#include "tqpixmapcache.h"
diff --git a/src/widgets/tqlistview.cpp b/src/widgets/tqlistview.cpp
index d5b08352..104362f9 100644
--- a/src/widgets/tqlistview.cpp
+++ b/src/widgets/tqlistview.cpp
@@ -59,7 +59,7 @@
#include "ntqtl.h"
#include "tqdragobject.h"
#include "tqlineedit.h"
-#include "ntqvbox.h"
+#include "tqvbox.h"
#include "tqtooltip.h"
#include "tqstyle.h"
#include "tqstylesheet.h"
diff --git a/src/widgets/tqmainwindow.cpp b/src/widgets/tqmainwindow.cpp
index cda9afcb..c84e7fe6 100644
--- a/src/widgets/tqmainwindow.cpp
+++ b/src/widgets/tqmainwindow.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_MAINWINDOW
#include "tqtimer.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqobjectlist.h"
#include "tqintdict.h"
#include "ntqapplication.h"
diff --git a/src/widgets/tqmenubar.cpp b/src/widgets/tqmenubar.cpp
index 1f1dc08c..b288f628 100644
--- a/src/widgets/tqmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -50,7 +50,7 @@
#include "ntqdrawutil.h"
#include "ntqapplication.h"
#include "ntqguardedptr.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "ntqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
#include "tqstyle.h"
diff --git a/src/widgets/tqstatusbar.cpp b/src/widgets/tqstatusbar.cpp
index 746f45e5..29aaadfa 100644
--- a/src/widgets/tqstatusbar.cpp
+++ b/src/widgets/tqstatusbar.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_STATUSBAR
#include "tqptrlist.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqpainter.h"
#include "tqtimer.h"
#include "ntqdrawutil.h"
diff --git a/src/widgets/tqtextbrowser.cpp b/src/widgets/tqtextbrowser.cpp
index 1409a20f..50420971 100644
--- a/src/widgets/tqtextbrowser.cpp
+++ b/src/widgets/tqtextbrowser.cpp
@@ -43,14 +43,14 @@
#include "../kernel/qrichtext_p.h"
#include "ntqapplication.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqpainter.h"
#include "tqvaluestack.h"
#include "stdio.h"
#include "tqfile.h"
#include "tqtextstream.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqbitmap.h"
#include "tqtimer.h"
#include "tqimage.h"
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index 304c2717..d57724ab 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -60,7 +60,7 @@
#include "tqtimer.h"
#include "ntqapplication.h"
#include "tqlistbox.h"
-#include "ntqvbox.h"
+#include "tqvbox.h"
#include "ntqapplication.h"
#include "tqclipboard.h"
#include "tqcolordialog.h"
diff --git a/src/widgets/tqtoolbar.cpp b/src/widgets/tqtoolbar.cpp
index 99947c59..27c06fb6 100644
--- a/src/widgets/tqtoolbar.cpp
+++ b/src/widgets/tqtoolbar.cpp
@@ -44,7 +44,7 @@
#include "tqmainwindow.h"
#include "tqtooltip.h"
#include "ntqcursor.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqframe.h"
#include "tqobjectlist.h"
#include "tqpainter.h"
diff --git a/src/widgets/tqtoolbox.cpp b/src/widgets/tqtoolbox.cpp
index ad97a79c..ac9df2f8 100644
--- a/src/widgets/tqtoolbox.cpp
+++ b/src/widgets/tqtoolbox.cpp
@@ -43,14 +43,14 @@
#ifndef TQT_NO_TOOLBOX
#include <tqbutton.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqscrollview.h>
#include <tqpainter.h>
#include <tqstyle.h>
#include <tqobjectlist.h>
#include <ntqapplication.h>
#include <tqwidgetlist.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqvaluelist.h>
#include <tqtooltip.h>
#include <tqeventloop.h>
diff --git a/src/widgets/qvbox.cpp b/src/widgets/tqvbox.cpp
index 8236c1a4..ad6c7e0b 100644
--- a/src/widgets/qvbox.cpp
+++ b/src/widgets/tqvbox.cpp
@@ -39,11 +39,11 @@
**********************************************************************/
-#include "ntqvbox.h"
+#include "tqvbox.h"
#ifndef TQT_NO_VBOX
/*!
- \class TQVBox ntqvbox.h
+ \class TQVBox tqvbox.h
\brief The TQVBox widget provides vertical geometry management of
its child widgets.
@@ -54,7 +54,7 @@
All its child widgets will be placed vertically and sized
according to their sizeHint()s.
- \img qvbox-m.png TQVBox
+ \img tqvbox-m.png TQVBox
\sa TQHBox
*/
diff --git a/src/widgets/ntqvbox.h b/src/widgets/tqvbox.h
index ae1d5fab..7eed7460 100644
--- a/src/widgets/ntqvbox.h
+++ b/src/widgets/tqvbox.h
@@ -42,7 +42,7 @@
#define TQVBOX_H
#ifndef QT_H
-#include "ntqhbox.h"
+#include "tqhbox.h"
#endif // QT_H
#ifndef TQT_NO_VBOX
diff --git a/src/widgets/qvbuttongroup.cpp b/src/widgets/tqvbuttongroup.cpp
index 06658c18..312fad1b 100644
--- a/src/widgets/qvbuttongroup.cpp
+++ b/src/widgets/tqvbuttongroup.cpp
@@ -38,11 +38,11 @@
**
**********************************************************************/
-#include "ntqvbuttongroup.h"
+#include "tqvbuttongroup.h"
#ifndef TQT_NO_VBUTTONGROUP
/*!
- \class TQVButtonGroup ntqvbuttongroup.h
+ \class TQVButtonGroup tqvbuttongroup.h
\brief The TQVButtonGroup widget organizes TQButton widgets in a
vertical column.
diff --git a/src/widgets/ntqvbuttongroup.h b/src/widgets/tqvbuttongroup.h
index a8050bc7..a8050bc7 100644
--- a/src/widgets/ntqvbuttongroup.h
+++ b/src/widgets/tqvbuttongroup.h
diff --git a/src/widgets/qvgroupbox.cpp b/src/widgets/tqvgroupbox.cpp
index de48909b..468a7e4f 100644
--- a/src/widgets/qvgroupbox.cpp
+++ b/src/widgets/tqvgroupbox.cpp
@@ -38,11 +38,11 @@
**
**********************************************************************/
-#include "ntqvgroupbox.h"
+#include "tqvgroupbox.h"
#ifndef TQT_NO_VGROUPBOX
/*!
- \class TQVGroupBox ntqvgroupbox.h
+ \class TQVGroupBox tqvgroupbox.h
\brief The TQVGroupBox widget organizes a group of widgets in a
vertical column.
@@ -53,7 +53,7 @@
TQVGroupBox is a convenience class that offers a thin layer on top of
TQGroupBox. Think of it as a TQVBox that offers a frame with a title.
- \img qgroupboxes.png Group Boxes
+ \img tqgroupboxes.png Group Boxes
\sa TQHGroupBox
*/
diff --git a/src/widgets/ntqvgroupbox.h b/src/widgets/tqvgroupbox.h
index 4a4505c8..e98c993d 100644
--- a/src/widgets/ntqvgroupbox.h
+++ b/src/widgets/tqvgroupbox.h
@@ -42,7 +42,7 @@
#define TQVGROUPBOX_H
#ifndef QT_H
-#include "ntqgroupbox.h"
+#include "tqgroupbox.h"
#endif // QT_H
#ifndef TQT_NO_VGROUPBOX
diff --git a/src/widgets/tqwidgetstack.cpp b/src/widgets/tqwidgetstack.cpp
index 6e043943..5cd6f625 100644
--- a/src/widgets/tqwidgetstack.cpp
+++ b/src/widgets/tqwidgetstack.cpp
@@ -39,8 +39,8 @@
**********************************************************************/
#include "tqwidgetstack.h"
-#include "ntqlayout.h"
-#include "../kernel/qlayoutengine_p.h"
+#include "tqlayout.h"
+#include "../kernel/tqlayoutengine_p.h"
#ifndef TQT_NO_WIDGETSTACK
#include "tqobjectlist.h"