diff options
author | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /src/widgets | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/ntqdockwindow.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqgroupbox.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqhbox.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqhbuttongroup.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqrangecontrol.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqsplitter.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqvbuttongroup.h | 2 | ||||
-rw-r--r-- | src/widgets/qgroupbox.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qhbuttongroup.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qt_widgets.pri | 48 | ||||
-rw-r--r-- | src/widgets/qtitlebar_p.h | 2 | ||||
-rw-r--r-- | src/widgets/qvbuttongroup.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqbutton.cpp (renamed from src/widgets/qbutton.cpp) | 6 | ||||
-rw-r--r-- | src/widgets/tqbutton.h (renamed from src/widgets/ntqbutton.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqbuttongroup.cpp (renamed from src/widgets/qbuttongroup.cpp) | 6 | ||||
-rw-r--r-- | src/widgets/tqbuttongroup.h (renamed from src/widgets/ntqbuttongroup.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqcheckbox.h | 2 | ||||
-rw-r--r-- | src/widgets/tqcombobox.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqframe.cpp (renamed from src/widgets/qframe.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqframe.h (renamed from src/widgets/ntqframe.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqgrid.cpp (renamed from src/widgets/qgrid.cpp) | 6 | ||||
-rw-r--r-- | src/widgets/tqgrid.h (renamed from src/widgets/ntqgrid.h) | 2 | ||||
-rw-r--r-- | src/widgets/tqgridview.cpp (renamed from src/widgets/qgridview.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqgridview.h (renamed from src/widgets/ntqgridview.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqheader.cpp (renamed from src/widgets/qheader.cpp) | 6 | ||||
-rw-r--r-- | src/widgets/tqheader.h (renamed from src/widgets/ntqheader.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqlabel.h | 2 | ||||
-rw-r--r-- | src/widgets/tqlcdnumber.h | 2 | ||||
-rw-r--r-- | src/widgets/tqlineedit.h | 2 | ||||
-rw-r--r-- | src/widgets/tqlistbox.cpp (renamed from src/widgets/qlistbox.cpp) | 12 | ||||
-rw-r--r-- | src/widgets/tqlistbox.h (renamed from src/widgets/ntqlistbox.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqlistview.cpp (renamed from src/widgets/qlistview.cpp) | 10 | ||||
-rw-r--r-- | src/widgets/tqlistview.h (renamed from src/widgets/ntqlistview.h) | 2 | ||||
-rw-r--r-- | src/widgets/tqmenubar.h | 2 | ||||
-rw-r--r-- | src/widgets/tqmultilineedit.cpp (renamed from src/widgets/qmultilineedit.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqmultilineedit.h (renamed from src/widgets/ntqmultilineedit.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqpopupmenu.h | 2 | ||||
-rw-r--r-- | src/widgets/tqprogressbar.cpp (renamed from src/widgets/qprogressbar.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqprogressbar.h (renamed from src/widgets/ntqprogressbar.h) | 2 | ||||
-rw-r--r-- | src/widgets/tqpushbutton.h | 2 | ||||
-rw-r--r-- | src/widgets/tqradiobutton.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqradiobutton.h | 2 | ||||
-rw-r--r-- | src/widgets/tqscrollview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqscrollview.h | 2 | ||||
-rw-r--r-- | src/widgets/tqtabbar.cpp (renamed from src/widgets/qtabbar.cpp) | 8 | ||||
-rw-r--r-- | src/widgets/tqtabbar.h (renamed from src/widgets/ntqtabbar.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqtabwidget.cpp (renamed from src/widgets/qtabwidget.cpp) | 8 | ||||
-rw-r--r-- | src/widgets/tqtabwidget.h (renamed from src/widgets/ntqtabwidget.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbox.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbox.h | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbutton.h | 2 | ||||
-rw-r--r-- | src/widgets/tqwidgetresizehandler.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqwidgetstack.cpp | 4 | ||||
-rw-r--r-- | src/widgets/tqwidgetstack.h | 2 |
56 files changed, 98 insertions, 98 deletions
diff --git a/src/widgets/ntqdockwindow.h b/src/widgets/ntqdockwindow.h index 51d8ab456..ad5fa47e7 100644 --- a/src/widgets/ntqdockwindow.h +++ b/src/widgets/ntqdockwindow.h @@ -42,7 +42,7 @@ #define TQDOCKWINDOW_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_MAINWINDOW diff --git a/src/widgets/ntqgroupbox.h b/src/widgets/ntqgroupbox.h index 5a33f1329..14198de3e 100644 --- a/src/widgets/ntqgroupbox.h +++ b/src/widgets/ntqgroupbox.h @@ -42,7 +42,7 @@ #define TQGROUPBOX_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_GROUPBOX diff --git a/src/widgets/ntqhbox.h b/src/widgets/ntqhbox.h index f92379514..fec6a33cd 100644 --- a/src/widgets/ntqhbox.h +++ b/src/widgets/ntqhbox.h @@ -44,7 +44,7 @@ #ifndef TQT_NO_HBOX -#include "ntqframe.h" +#include "tqframe.h" class TQBoxLayout; diff --git a/src/widgets/ntqhbuttongroup.h b/src/widgets/ntqhbuttongroup.h index b101a4c6b..ab53a0824 100644 --- a/src/widgets/ntqhbuttongroup.h +++ b/src/widgets/ntqhbuttongroup.h @@ -42,7 +42,7 @@ #define TQHBUTTONGROUP_H #ifndef QT_H -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #endif // QT_H #ifndef TQT_NO_HBUTTONGROUP diff --git a/src/widgets/ntqrangecontrol.h b/src/widgets/ntqrangecontrol.h index 46072b589..0afb75ed8 100644 --- a/src/widgets/ntqrangecontrol.h +++ b/src/widgets/ntqrangecontrol.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqglobal.h" -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_RANGECONTROL diff --git a/src/widgets/ntqsplitter.h b/src/widgets/ntqsplitter.h index 425b9718f..bd8aef13e 100644 --- a/src/widgets/ntqsplitter.h +++ b/src/widgets/ntqsplitter.h @@ -42,7 +42,7 @@ #define TQSPLITTER_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqvaluelist.h" #endif // QT_H diff --git a/src/widgets/ntqvbuttongroup.h b/src/widgets/ntqvbuttongroup.h index 605b69a04..a8050bc76 100644 --- a/src/widgets/ntqvbuttongroup.h +++ b/src/widgets/ntqvbuttongroup.h @@ -42,7 +42,7 @@ #define TQVBUTTONGROUP_H #ifndef QT_H -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #endif // QT_H #ifndef TQT_NO_VBUTTONGROUP diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index f37b5f6d7..906af0f6f 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -51,7 +51,7 @@ #include "ntqapplication.h" #include "tqstyle.h" #include "tqcheckbox.h" -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" #endif diff --git a/src/widgets/qhbuttongroup.cpp b/src/widgets/qhbuttongroup.cpp index 62027f691..4b5dbf0fc 100644 --- a/src/widgets/qhbuttongroup.cpp +++ b/src/widgets/qhbuttongroup.cpp @@ -56,7 +56,7 @@ designed for buttons. From a functionality point of view it is a TQButtonGroup. - \img qbuttongroup-h.png TQButtonGroup + \img tqbuttongroup-h.png TQButtonGroup \sa TQVButtonGroup */ diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index 72cfdba84..19cf6d377 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -3,8 +3,8 @@ widgets { WIDGETS_P = widgets - HEADERS += $$WIDGETS_H/ntqbuttongroup.h \ - $$WIDGETS_H/ntqbutton.h \ + HEADERS += $$WIDGETS_H/tqbuttongroup.h \ + $$WIDGETS_H/tqbutton.h \ $$WIDGETS_P/tqdialogbuttons_p.h \ $$WIDGETS_H/tqcheckbox.h \ $$WIDGETS_H/tqcombobox.h \ @@ -12,26 +12,26 @@ widgets { $$WIDGETS_H/tqdial.h \ $$WIDGETS_H/ntqdockarea.h \ $$WIDGETS_H/ntqdockwindow.h \ - $$WIDGETS_H/ntqframe.h \ - $$WIDGETS_H/ntqgrid.h \ - $$WIDGETS_H/ntqgridview.h \ + $$WIDGETS_H/tqframe.h \ + $$WIDGETS_H/tqgrid.h \ + $$WIDGETS_H/tqgridview.h \ $$WIDGETS_H/ntqgroupbox.h \ $$WIDGETS_H/ntqhbuttongroup.h \ - $$WIDGETS_H/ntqheader.h \ + $$WIDGETS_H/tqheader.h \ $$WIDGETS_H/ntqhgroupbox.h \ $$WIDGETS_H/ntqhbox.h \ $$WIDGETS_H/tqiconview.h \ $$WIDGETS_H/tqlabel.h \ $$WIDGETS_H/tqlcdnumber.h \ $$WIDGETS_H/tqlineedit.h \ - $$WIDGETS_H/ntqlistbox.h \ - $$WIDGETS_H/ntqlistview.h \ + $$WIDGETS_H/tqlistbox.h \ + $$WIDGETS_H/tqlistview.h \ $$WIDGETS_H/tqmainwindow.h \ $$WIDGETS_H/tqmenubar.h \ $$WIDGETS_H/tqmenudata.h \ - $$WIDGETS_H/ntqmultilineedit.h \ + $$WIDGETS_H/tqmultilineedit.h \ $$WIDGETS_H/tqpopupmenu.h \ - $$WIDGETS_H/ntqprogressbar.h \ + $$WIDGETS_H/tqprogressbar.h \ $$WIDGETS_H/tqpushbutton.h \ $$WIDGETS_H/tqradiobutton.h \ $$WIDGETS_H/ntqrangecontrol.h \ @@ -42,10 +42,10 @@ widgets { $$WIDGETS_H/tqspinbox.h \ $$WIDGETS_H/ntqsplitter.h \ $$WIDGETS_H/tqstatusbar.h \ - $$WIDGETS_H/ntqtabbar.h \ + $$WIDGETS_H/tqtabbar.h \ $$WIDGETS_H/tqsyntaxhighlighter.h \ $$WIDGETS_P/tqsyntaxhighlighter_p.h \ - $$WIDGETS_H/ntqtabwidget.h \ + $$WIDGETS_H/tqtabwidget.h \ $$WIDGETS_P/qtitlebar_p.h \ $$WIDGETS_H/tqtoolbar.h \ $$WIDGETS_H/tqtoolbox.h \ @@ -65,8 +65,8 @@ widgets { $$WIDGETS_P/tqwidgetinterface_p.h \ $$WIDGETS_H/tqwidgetplugin.h - SOURCES += $$WIDGETS_CPP/qbuttongroup.cpp \ - $$WIDGETS_CPP/qbutton.cpp \ + SOURCES += $$WIDGETS_CPP/tqbuttongroup.cpp \ + $$WIDGETS_CPP/tqbutton.cpp \ $$WIDGETS_CPP/tqdialogbuttons.cpp \ $$WIDGETS_CPP/tqcheckbox.cpp \ $$WIDGETS_CPP/tqcombobox.cpp \ @@ -74,26 +74,26 @@ widgets { $$WIDGETS_CPP/tqdial.cpp \ $$WIDGETS_CPP/qdockarea.cpp \ $$WIDGETS_CPP/qdockwindow.cpp \ - $$WIDGETS_CPP/qframe.cpp \ - $$WIDGETS_CPP/qgrid.cpp \ - $$WIDGETS_CPP/qgridview.cpp \ + $$WIDGETS_CPP/tqframe.cpp \ + $$WIDGETS_CPP/tqgrid.cpp \ + $$WIDGETS_CPP/tqgridview.cpp \ $$WIDGETS_CPP/qgroupbox.cpp \ $$WIDGETS_CPP/qhbuttongroup.cpp \ - $$WIDGETS_CPP/qheader.cpp \ + $$WIDGETS_CPP/tqheader.cpp \ $$WIDGETS_CPP/qhgroupbox.cpp \ $$WIDGETS_CPP/qhbox.cpp \ $$WIDGETS_CPP/tqiconview.cpp \ $$WIDGETS_CPP/tqlabel.cpp \ $$WIDGETS_CPP/tqlcdnumber.cpp \ $$WIDGETS_CPP/tqlineedit.cpp \ - $$WIDGETS_CPP/qlistbox.cpp \ - $$WIDGETS_CPP/qlistview.cpp \ + $$WIDGETS_CPP/tqlistbox.cpp \ + $$WIDGETS_CPP/tqlistview.cpp \ $$WIDGETS_CPP/tqmainwindow.cpp \ $$WIDGETS_CPP/tqmenubar.cpp \ $$WIDGETS_CPP/tqmenudata.cpp \ - $$WIDGETS_CPP/qmultilineedit.cpp \ + $$WIDGETS_CPP/tqmultilineedit.cpp \ $$WIDGETS_CPP/tqpopupmenu.cpp \ - $$WIDGETS_CPP/qprogressbar.cpp \ + $$WIDGETS_CPP/tqprogressbar.cpp \ $$WIDGETS_CPP/tqpushbutton.cpp \ $$WIDGETS_CPP/tqradiobutton.cpp \ $$WIDGETS_CPP/qrangecontrol.cpp \ @@ -106,8 +106,8 @@ widgets { $$WIDGETS_CPP/qsplitter.cpp \ $$WIDGETS_CPP/tqstatusbar.cpp \ $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \ - $$WIDGETS_CPP/qtabbar.cpp \ - $$WIDGETS_CPP/qtabwidget.cpp \ + $$WIDGETS_CPP/tqtabbar.cpp \ + $$WIDGETS_CPP/tqtabwidget.cpp \ $$WIDGETS_CPP/qtitlebar.cpp \ $$WIDGETS_CPP/tqtoolbar.cpp \ $$WIDGETS_CPP/tqtoolbox.cpp \ diff --git a/src/widgets/qtitlebar_p.h b/src/widgets/qtitlebar_p.h index ae9fd6b15..0a22bd885 100644 --- a/src/widgets/qtitlebar_p.h +++ b/src/widgets/qtitlebar_p.h @@ -56,7 +56,7 @@ #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqlabel.h" #endif // QT_H diff --git a/src/widgets/qvbuttongroup.cpp b/src/widgets/qvbuttongroup.cpp index 206d7cd75..06658c18d 100644 --- a/src/widgets/qvbuttongroup.cpp +++ b/src/widgets/qvbuttongroup.cpp @@ -54,7 +54,7 @@ of TQButtonGroup. Think of it as a TQVBox that offers a frame with a title and is specifically designed for buttons. - \img qbuttongroup-v.png TQButtonGroup + \img tqbuttongroup-v.png TQButtonGroup \sa TQHButtonGroup */ diff --git a/src/widgets/qbutton.cpp b/src/widgets/tqbutton.cpp index 8446c7f46..e29ae1546 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/tqbutton.cpp @@ -38,9 +38,9 @@ ** **********************************************************************/ -#include "ntqbutton.h" +#include "tqbutton.h" #ifndef TQT_NO_BUTTON -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #include "tqbitmap.h" #include "tqpainter.h" #include "tqtimer.h" @@ -126,7 +126,7 @@ TQTimer *TQButton::timer() /*! - \class TQButton ntqbutton.h + \class TQButton tqbutton.h \brief The TQButton class is the abstract base class of button widgets, providing functionality common to buttons. diff --git a/src/widgets/ntqbutton.h b/src/widgets/tqbutton.h index 5683e44b7..5683e44b7 100644 --- a/src/widgets/ntqbutton.h +++ b/src/widgets/tqbutton.h diff --git a/src/widgets/qbuttongroup.cpp b/src/widgets/tqbuttongroup.cpp index 08c1919a7..c56af49d9 100644 --- a/src/widgets/qbuttongroup.cpp +++ b/src/widgets/tqbuttongroup.cpp @@ -38,9 +38,9 @@ ** **********************************************************************/ -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #ifndef TQT_NO_BUTTONGROUP -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqptrlist.h" #include "ntqapplication.h" #include "tqradiobutton.h" @@ -48,7 +48,7 @@ /*! - \class TQButtonGroup ntqbuttongroup.h + \class TQButtonGroup tqbuttongroup.h \brief The TQButtonGroup widget organizes TQButton widgets in a group. \ingroup organizers diff --git a/src/widgets/ntqbuttongroup.h b/src/widgets/tqbuttongroup.h index 1eff32887..1eff32887 100644 --- a/src/widgets/ntqbuttongroup.h +++ b/src/widgets/tqbuttongroup.h diff --git a/src/widgets/tqcheckbox.h b/src/widgets/tqcheckbox.h index 4a63e4b4a..1e7acc2df 100644 --- a/src/widgets/tqcheckbox.h +++ b/src/widgets/tqcheckbox.h @@ -42,7 +42,7 @@ #define TQCHECKBOX_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #endif // QT_H #ifndef TQT_NO_CHECKBOX diff --git a/src/widgets/tqcombobox.cpp b/src/widgets/tqcombobox.cpp index 9914c4398..4d315b848 100644 --- a/src/widgets/tqcombobox.cpp +++ b/src/widgets/tqcombobox.cpp @@ -41,7 +41,7 @@ #include "tqcombobox.h" #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" -#include "ntqlistbox.h" +#include "tqlistbox.h" #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqstrlist.h" diff --git a/src/widgets/qframe.cpp b/src/widgets/tqframe.cpp index c07820400..4966a1329 100644 --- a/src/widgets/qframe.cpp +++ b/src/widgets/tqframe.cpp @@ -38,11 +38,11 @@ ** **********************************************************************/ -#include "ntqframe.h" +#include "tqframe.h" #ifndef TQT_NO_FRAME #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqframe.h" +#include "tqframe.h" #include "tqbitmap.h" #include "tqstyle.h" diff --git a/src/widgets/ntqframe.h b/src/widgets/tqframe.h index db565f474..db565f474 100644 --- a/src/widgets/ntqframe.h +++ b/src/widgets/tqframe.h diff --git a/src/widgets/qgrid.cpp b/src/widgets/tqgrid.cpp index 7e4cc5895..0fe3f6949 100644 --- a/src/widgets/qgrid.cpp +++ b/src/widgets/tqgrid.cpp @@ -35,13 +35,13 @@ **********************************************************************/ -#include "ntqgrid.h" +#include "tqgrid.h" #ifndef TQT_NO_GRID #include "ntqlayout.h" #include "ntqapplication.h" /*! - \class TQGrid ntqgrid.h + \class TQGrid tqgrid.h \brief The TQGrid widget provides simple geometry management of its children. \ingroup geomanagement @@ -57,7 +57,7 @@ Use setMargin() to add space around the grid itself, and setSpacing() to add space between the widgets. - \img qgrid-m.png TQGrid + \img tqgrid-m.png TQGrid \sa TQVBox TQHBox TQGridLayout */ diff --git a/src/widgets/ntqgrid.h b/src/widgets/tqgrid.h index 8fd72e4d6..991a765e9 100644 --- a/src/widgets/ntqgrid.h +++ b/src/widgets/tqgrid.h @@ -38,7 +38,7 @@ #define TQGRID_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_GRID diff --git a/src/widgets/qgridview.cpp b/src/widgets/tqgridview.cpp index 7210a4d81..7598ffb26 100644 --- a/src/widgets/qgridview.cpp +++ b/src/widgets/tqgridview.cpp @@ -39,14 +39,14 @@ **********************************************************************/ -#include "ntqgridview.h" +#include "tqgridview.h" #ifndef TQT_NO_GRIDVIEW #include "tqpainter.h" /*! - \class TQGridView ntqgridview.h + \class TQGridView tqgridview.h \brief The TQGridView class provides an abstract base for fixed-size grids. diff --git a/src/widgets/ntqgridview.h b/src/widgets/tqgridview.h index 1ec47a823..1ec47a823 100644 --- a/src/widgets/ntqgridview.h +++ b/src/widgets/tqgridview.h diff --git a/src/widgets/qheader.cpp b/src/widgets/tqheader.cpp index 54d39ae35..7daa266c7 100644 --- a/src/widgets/qheader.cpp +++ b/src/widgets/tqheader.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqheader.h" +#include "tqheader.h" #ifndef TQT_NO_HEADER #include "tqpainter.h" #include "ntqdrawutil.h" @@ -136,7 +136,7 @@ public: /*! - \class TQHeader ntqheader.h + \class TQHeader tqheader.h \brief The TQHeader class provides a header row or column, e.g. for tables and listviews. @@ -209,7 +209,7 @@ public: the resizing is finished), use setTracking(). If the user moves a section the indexChange() signal is emitted. - <img src=qheader-m.png> <img src=qheader-w.png> + <img src=tqheader-m.png> <img src=tqheader-w.png> \sa TQListView TQTable */ diff --git a/src/widgets/ntqheader.h b/src/widgets/tqheader.h index d51a8e18f..d51a8e18f 100644 --- a/src/widgets/ntqheader.h +++ b/src/widgets/tqheader.h diff --git a/src/widgets/tqlabel.h b/src/widgets/tqlabel.h index f8d728807..e859245d2 100644 --- a/src/widgets/tqlabel.h +++ b/src/widgets/tqlabel.h @@ -42,7 +42,7 @@ #define TQLABEL_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_LABEL diff --git a/src/widgets/tqlcdnumber.h b/src/widgets/tqlcdnumber.h index e74de7cb6..83b92a0e0 100644 --- a/src/widgets/tqlcdnumber.h +++ b/src/widgets/tqlcdnumber.h @@ -42,7 +42,7 @@ #define TQLCDNUMBER_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqbitarray.h" #endif // QT_H diff --git a/src/widgets/tqlineedit.h b/src/widgets/tqlineedit.h index f5bf18c68..38b1481c7 100644 --- a/src/widgets/tqlineedit.h +++ b/src/widgets/tqlineedit.h @@ -47,7 +47,7 @@ class TQValidator; class TQPopupMenu; #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqstring.h" #endif // QT_H diff --git a/src/widgets/qlistbox.cpp b/src/widgets/tqlistbox.cpp index ba0cd7b2a..96aa747c1 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/tqlistbox.cpp @@ -44,7 +44,7 @@ #include "qplatformdefs.h" #endif -#include "ntqlistbox.h" +#include "tqlistbox.h" #ifndef TQT_NO_LISTBOX #include "tqmemarray.h" #include "tqfontmetrics.h" @@ -161,7 +161,7 @@ TQListBoxPrivate::~TQListBoxPrivate() /*! - \class TQListBoxItem ntqlistbox.h + \class TQListBoxItem tqlistbox.h \brief The TQListBoxItem class is the base class of all list box items. This class is an abstract base class used for all list box items. @@ -525,7 +525,7 @@ bool TQListBoxItem::isSelectable() const /*! - \class TQListBoxText ntqlistbox.h + \class TQListBoxText tqlistbox.h \brief The TQListBoxText class provides list box items that display text. \ingroup advanced @@ -635,7 +635,7 @@ int TQListBoxText::rtti() const } /*! - \class TQListBoxPixmap ntqlistbox.h + \class TQListBoxPixmap tqlistbox.h \brief The TQListBoxPixmap class provides list box items with a pixmap and optional text. @@ -806,7 +806,7 @@ int TQListBoxPixmap::rtti() const } /*! - \class TQListBox ntqlistbox.h + \class TQListBox tqlistbox.h \brief The TQListBox widget provides a list of selectable, read-only items. \ingroup advanced @@ -905,7 +905,7 @@ int TQListBoxPixmap::rtti() const \warning The list box assumes ownership of all list box items and will delete them when it does not need them any more. - <img src=qlistbox-m.png> <img src=qlistbox-w.png> + <img src=tqlistbox-m.png> <img src=tqlistbox-w.png> \sa TQListView TQComboBox TQButtonGroup \link guibooks.html#fowler GUI Design Handbook: List Box (two diff --git a/src/widgets/ntqlistbox.h b/src/widgets/tqlistbox.h index cfc2b7682..cfc2b7682 100644 --- a/src/widgets/ntqlistbox.h +++ b/src/widgets/tqlistbox.h diff --git a/src/widgets/qlistview.cpp b/src/widgets/tqlistview.cpp index 5c00bca11..d5b083520 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/tqlistview.cpp @@ -38,10 +38,10 @@ ** **********************************************************************/ -#include "ntqlistview.h" +#include "tqlistview.h" #ifndef TQT_NO_LISTVIEW #include "tqtimer.h" -#include "ntqheader.h" +#include "tqheader.h" #include "tqpainter.h" #include "ntqcursor.h" #include "tqptrstack.h" @@ -479,7 +479,7 @@ static TQString qEllipsisText( const TQString &org, const TQFontMetrics &fm, int directory aren't inserted into the tree until they're actually needed. - \img qlistviewitems.png List View Items + \img tqlistviewitems.png List View Items \sa TQCheckListItem TQListView */ @@ -2594,7 +2594,7 @@ void TQListViewItem::ignoreDoubleClick() \warning The list view assumes ownership of all list view items and will delete them when it does not need them any more. - <img src=qlistview-m.png> <img src=qlistview-w.png> + <img src=tqlistview-m.png> <img src=tqlistview-w.png> \sa TQListViewItem TQCheckListItem */ @@ -6037,7 +6037,7 @@ struct TQCheckListItemPrivate The item can be checked or unchecked with setOn(). Its type can be retrieved with type() and its text retrieved with text(). - \img qlistviewitems.png List View Items + \img tqlistviewitems.png List View Items \sa TQListViewItem TQListView */ diff --git a/src/widgets/ntqlistview.h b/src/widgets/tqlistview.h index 45eb89a8e..29e2c629e 100644 --- a/src/widgets/ntqlistview.h +++ b/src/widgets/tqlistview.h @@ -476,7 +476,7 @@ public: Controller, RadioButtonController=Controller, CheckBoxController }; - // ### should be integrated with qbutton in ver4 perhaps + // ### should be integrated with tqbutton in ver4 perhaps enum ToggleState { Off, NoChange, On }; TQCheckListItem( TQCheckListItem *parent, const TQString &text, diff --git a/src/widgets/tqmenubar.h b/src/widgets/tqmenubar.h index 24d425452..4c843790d 100644 --- a/src/widgets/tqmenubar.h +++ b/src/widgets/tqmenubar.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqpopupmenu.h" // ### remove or keep for users' convenience? -#include "ntqframe.h" +#include "tqframe.h" #include "tqmenudata.h" #endif // QT_H diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/tqmultilineedit.cpp index bd8ffd8cd..8ef23e266 100644 --- a/src/widgets/qmultilineedit.cpp +++ b/src/widgets/tqmultilineedit.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqmultilineedit.h" +#include "tqmultilineedit.h" #ifndef TQT_NO_MULTILINEEDIT #include "tqpainter.h" #include "tqscrollbar.h" @@ -55,7 +55,7 @@ /*! - \class TQMultiLineEdit ntqmultilineedit.h + \class TQMultiLineEdit tqmultilineedit.h \obsolete \brief The TQMultiLineEdit widget is a simple editor for inputting text. diff --git a/src/widgets/ntqmultilineedit.h b/src/widgets/tqmultilineedit.h index 1f53dc38f..1f53dc38f 100644 --- a/src/widgets/ntqmultilineedit.h +++ b/src/widgets/tqmultilineedit.h diff --git a/src/widgets/tqpopupmenu.h b/src/widgets/tqpopupmenu.h index 49c3f37e1..e3b7079a1 100644 --- a/src/widgets/tqpopupmenu.h +++ b/src/widgets/tqpopupmenu.h @@ -42,7 +42,7 @@ #define TQPOPUPMENU_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqmenudata.h" #endif // QT_H diff --git a/src/widgets/qprogressbar.cpp b/src/widgets/tqprogressbar.cpp index b480ceb43..fb51aa9c3 100644 --- a/src/widgets/qprogressbar.cpp +++ b/src/widgets/tqprogressbar.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqprogressbar.h" +#include "tqprogressbar.h" #ifndef TQT_NO_PROGRESSBAR #include "tqpainter.h" #include "ntqdrawutil.h" @@ -60,7 +60,7 @@ class TQProgressBarPrivate }; /*! - \class TQProgressBar ntqprogressbar.h + \class TQProgressBar tqprogressbar.h \brief The TQProgressBar widget provides a horizontal progress bar. \ingroup advanced diff --git a/src/widgets/ntqprogressbar.h b/src/widgets/tqprogressbar.h index c84b8d852..a93756ab4 100644 --- a/src/widgets/ntqprogressbar.h +++ b/src/widgets/tqprogressbar.h @@ -42,7 +42,7 @@ #define TQPROGRESSBAR_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_PROGRESSBAR diff --git a/src/widgets/tqpushbutton.h b/src/widgets/tqpushbutton.h index 13b76e9fe..6712ce111 100644 --- a/src/widgets/tqpushbutton.h +++ b/src/widgets/tqpushbutton.h @@ -42,7 +42,7 @@ #define TQPUSHBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqiconset.h" #endif // QT_H diff --git a/src/widgets/tqradiobutton.cpp b/src/widgets/tqradiobutton.cpp index 263c17f20..30e63970d 100644 --- a/src/widgets/tqradiobutton.cpp +++ b/src/widgets/tqradiobutton.cpp @@ -40,7 +40,7 @@ #include "tqradiobutton.h" #ifndef TQT_NO_RADIOBUTTON -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqpixmap.h" diff --git a/src/widgets/tqradiobutton.h b/src/widgets/tqradiobutton.h index 1c7c0ae34..64410b739 100644 --- a/src/widgets/tqradiobutton.h +++ b/src/widgets/tqradiobutton.h @@ -42,7 +42,7 @@ #define TQRADIOBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #endif // QT_H #ifndef TQT_NO_RADIOBUTTON diff --git a/src/widgets/tqscrollview.cpp b/src/widgets/tqscrollview.cpp index 603110592..de60cccf3 100644 --- a/src/widgets/tqscrollview.cpp +++ b/src/widgets/tqscrollview.cpp @@ -51,7 +51,7 @@ #include "ntqapplication.h" #include "tqtimer.h" #include "tqstyle.h" -#include "ntqlistview.h" +#include "tqlistview.h" #ifdef TQ_WS_MAC # include "qt_mac.h" #endif diff --git a/src/widgets/tqscrollview.h b/src/widgets/tqscrollview.h index 21cc37237..9c1606481 100644 --- a/src/widgets/tqscrollview.h +++ b/src/widgets/tqscrollview.h @@ -41,7 +41,7 @@ #define TQSCROLLVIEW_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqscrollbar.h" #endif // QT_H diff --git a/src/widgets/qtabbar.cpp b/src/widgets/tqtabbar.cpp index e740a4782..3e3f623f7 100644 --- a/src/widgets/qtabbar.cpp +++ b/src/widgets/tqtabbar.cpp @@ -36,7 +36,7 @@ ** **********************************************************************/ -#include "ntqtabbar.h" +#include "tqtabbar.h" #ifndef TQT_NO_TABBAR #include "ntqaccel.h" #include "tqbitmap.h" @@ -58,7 +58,7 @@ /*! - \class TQTab ntqtabbar.h + \class TQTab tqtabbar.h \brief The TQTab class provides the structures in a TQTabBar. \ingroup advanced @@ -169,7 +169,7 @@ TQTab::~TQTab() } /*! - \class TQTabBar ntqtabbar.h + \class TQTabBar tqtabbar.h \brief The TQTabBar class provides a tab bar, e.g. for use in tabbed dialogs. \ingroup advanced @@ -213,7 +213,7 @@ TQTab::~TQTab() by indexOf(). The current tab can be set by index or tab pointer using one of the setCurrentTab() functions. - <img src=qtabbar-m.png> <img src=qtabbar-w.png> + <img src=tqtabbar-m.png> <img src=tqtabbar-w.png> */ /*! diff --git a/src/widgets/ntqtabbar.h b/src/widgets/tqtabbar.h index b9abccde0..b9abccde0 100644 --- a/src/widgets/ntqtabbar.h +++ b/src/widgets/tqtabbar.h diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/tqtabwidget.cpp index bd698765f..f5781754f 100644 --- a/src/widgets/qtabwidget.cpp +++ b/src/widgets/tqtabwidget.cpp @@ -38,10 +38,10 @@ ** **********************************************************************/ -#include "ntqtabwidget.h" +#include "tqtabwidget.h" #ifndef TQT_NO_TABWIDGET #include "tqobjectlist.h" -#include "ntqtabbar.h" +#include "tqtabbar.h" #include "ntqapplication.h" #include "tqwidgetstack.h" #include "tqbitmap.h" @@ -55,7 +55,7 @@ #endif /*! - \class TQTabWidget ntqtabwidget.h + \class TQTabWidget tqtabwidget.h \brief The TQTabWidget class provides a stack of tabbed widgets. \ingroup organizers @@ -121,7 +121,7 @@ (at the top, providing the tabs) and a TQWidgetStack (most of the area, organizing the individual pages). - <img src=qtabwidget-m.png> <img src=qtabwidget-w.png> + <img src=tqtabwidget-m.png> <img src=tqtabwidget-w.png> \sa TQTabDialog, TQToolBox */ diff --git a/src/widgets/ntqtabwidget.h b/src/widgets/tqtabwidget.h index 7ab17b504..7ab17b504 100644 --- a/src/widgets/ntqtabwidget.h +++ b/src/widgets/tqtabwidget.h diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index ed03eba64..304c27172 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -59,7 +59,7 @@ #include "tqevent.h" #include "tqtimer.h" #include "ntqapplication.h" -#include "ntqlistbox.h" +#include "tqlistbox.h" #include "ntqvbox.h" #include "ntqapplication.h" #include "tqclipboard.h" diff --git a/src/widgets/tqtoolbar.cpp b/src/widgets/tqtoolbar.cpp index b8a66fb7a..99947c59e 100644 --- a/src/widgets/tqtoolbar.cpp +++ b/src/widgets/tqtoolbar.cpp @@ -45,7 +45,7 @@ #include "tqtooltip.h" #include "ntqcursor.h" #include "ntqlayout.h" -#include "ntqframe.h" +#include "tqframe.h" #include "tqobjectlist.h" #include "tqpainter.h" #include "ntqdrawutil.h" diff --git a/src/widgets/tqtoolbox.cpp b/src/widgets/tqtoolbox.cpp index 948acf7d7..ad97a79c3 100644 --- a/src/widgets/tqtoolbox.cpp +++ b/src/widgets/tqtoolbox.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_TOOLBOX -#include <ntqbutton.h> +#include <tqbutton.h> #include <ntqlayout.h> #include <tqscrollview.h> #include <tqpainter.h> diff --git a/src/widgets/tqtoolbox.h b/src/widgets/tqtoolbox.h index c5559fc81..752266d19 100644 --- a/src/widgets/tqtoolbox.h +++ b/src/widgets/tqtoolbox.h @@ -42,7 +42,7 @@ #define TQTOOLBOX_H #ifndef QT_H -#include <ntqframe.h> +#include <tqframe.h> #include <tqiconset.h> #endif // QT_H diff --git a/src/widgets/tqtoolbutton.h b/src/widgets/tqtoolbutton.h index 294cb4571..34842590e 100644 --- a/src/widgets/tqtoolbutton.h +++ b/src/widgets/tqtoolbutton.h @@ -42,7 +42,7 @@ #define TQTOOLBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqstring.h" #include "tqpixmap.h" #include "tqiconset.h" diff --git a/src/widgets/tqwidgetresizehandler.cpp b/src/widgets/tqwidgetresizehandler.cpp index eb3919615..248d1b3f9 100644 --- a/src/widgets/tqwidgetresizehandler.cpp +++ b/src/widgets/tqwidgetresizehandler.cpp @@ -41,7 +41,7 @@ #include "tqwidgetresizehandler_p.h" #ifndef TQT_NO_RESIZEHANDLER -#include "ntqframe.h" +#include "tqframe.h" #include "ntqapplication.h" #include "ntqcursor.h" #include "tqsizegrip.h" diff --git a/src/widgets/tqwidgetstack.cpp b/src/widgets/tqwidgetstack.cpp index b065fc35a..6e043943b 100644 --- a/src/widgets/tqwidgetstack.cpp +++ b/src/widgets/tqwidgetstack.cpp @@ -45,8 +45,8 @@ #include "tqobjectlist.h" #include "ntqfocusdata.h" -#include "ntqbutton.h" -#include "ntqbuttongroup.h" +#include "tqbutton.h" +#include "tqbuttongroup.h" #include "ntqapplication.h" diff --git a/src/widgets/tqwidgetstack.h b/src/widgets/tqwidgetstack.h index 5858ea06c..93d83da6f 100644 --- a/src/widgets/tqwidgetstack.h +++ b/src/widgets/tqwidgetstack.h @@ -42,7 +42,7 @@ #define TQWIDGETSTACK_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqintdict.h" #include "tqptrdict.h" #endif // QT_H |