diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/ntqdockarea.h | 2 | ||||
-rw-r--r-- | src/widgets/qdockarea.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qdockwindow.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qsplitter.cpp | 4 | ||||
-rw-r--r-- | src/widgets/qt_widgets.pri | 28 | ||||
-rw-r--r-- | src/widgets/tqbuttongroup.h | 2 | ||||
-rw-r--r-- | src/widgets/tqdialogbuttons.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqgrid.cpp | 2 | ||||
-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.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqlistview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqmainwindow.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqmenubar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqstatusbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtextbrowser.cpp | 4 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbox.cpp | 4 | ||||
-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.cpp | 4 |
32 files changed, 58 insertions, 58 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h index f70f61fe5..10a62debd 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 07ebbaa03..a74fbabb8 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 4d0d41141..1c056828e 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 2a4a193bb..cff76bc50 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 19cf6d377..7a4e4b3b5 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 1eff32887..ee27d9db7 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 b20f70350..939384281 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 0fe3f6949..bdc43f9e1 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 906af0f6f..54b5dd5cf 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 14198de3e..14198de3e 100644 --- a/src/widgets/ntqgroupbox.h +++ b/src/widgets/tqgroupbox.h diff --git a/src/widgets/qhbox.cpp b/src/widgets/tqhbox.cpp index 7f5e0c893..41b4fabbf 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 fec6a33cd..fec6a33cd 100644 --- a/src/widgets/ntqhbox.h +++ b/src/widgets/tqhbox.h diff --git a/src/widgets/qhbuttongroup.cpp b/src/widgets/tqhbuttongroup.cpp index 4b5dbf0fc..50e061e51 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 ab53a0824..ab53a0824 100644 --- a/src/widgets/ntqhbuttongroup.h +++ b/src/widgets/tqhbuttongroup.h diff --git a/src/widgets/qhgroupbox.cpp b/src/widgets/tqhgroupbox.cpp index 1a37a9583..c170d8a4a 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 b71776a05..67865c062 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 6febcfe30..70462bc05 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 d5b083520..104362f9b 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 cda9afcb3..c84e7fe65 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 1f1dc08c5..b288f6280 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 746f45e5a..29aaadfa1 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 1409a20ff..504209717 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 304c27172..d57724ab3 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 99947c59e..27c06fb64 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 ad97a79c3..ac9df2f82 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 8236c1a4f..ad6c7e0b7 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 ae1d5fabd..7eed7460f 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 06658c18d..312fad1b5 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 a8050bc76..a8050bc76 100644 --- a/src/widgets/ntqvbuttongroup.h +++ b/src/widgets/tqvbuttongroup.h diff --git a/src/widgets/qvgroupbox.cpp b/src/widgets/tqvgroupbox.cpp index de48909bf..468a7e4f1 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 4a4505c8e..e98c993d3 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 6e043943b..5cd6f6254 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" |