diff options
Diffstat (limited to 'src')
83 files changed, 196 insertions, 196 deletions
diff --git a/src/canvas/tqcanvas.h b/src/canvas/tqcanvas.h index e6dbb685f..c8c8fe18d 100644 --- a/src/canvas/tqcanvas.h +++ b/src/canvas/tqcanvas.h @@ -42,7 +42,7 @@ #define TQCANVAS_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #include "tqptrlist.h" #include "tqbrush.h" diff --git a/src/dialogs/ntqerrormessage.h b/src/dialogs/ntqerrormessage.h index 6c776d2d5..21e12a488 100644 --- a/src/dialogs/ntqerrormessage.h +++ b/src/dialogs/ntqerrormessage.h @@ -42,7 +42,7 @@ #define TQERRORMESSAGE_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_ERRORMESSAGE diff --git a/src/dialogs/ntqinputdialog.h b/src/dialogs/ntqinputdialog.h index 32ba9c2ba..67434b3ae 100644 --- a/src/dialogs/ntqinputdialog.h +++ b/src/dialogs/ntqinputdialog.h @@ -42,9 +42,9 @@ #define TQINPUTDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqstring.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #endif // QT_H #ifndef TQT_NO_INPUTDIALOG diff --git a/src/dialogs/ntqmessagebox.h b/src/dialogs/ntqmessagebox.h index b4fc27d8f..abaf25761 100644 --- a/src/dialogs/ntqmessagebox.h +++ b/src/dialogs/ntqmessagebox.h @@ -42,7 +42,7 @@ #define TQMESSAGEBOX_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_MESSAGEBOX diff --git a/src/dialogs/ntqprintdialog.h b/src/dialogs/ntqprintdialog.h index c578e0ff3..29824416a 100644 --- a/src/dialogs/ntqprintdialog.h +++ b/src/dialogs/ntqprintdialog.h @@ -42,7 +42,7 @@ #define TQPRINTDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_PRINTDIALOG diff --git a/src/dialogs/ntqprogressdialog.h b/src/dialogs/ntqprogressdialog.h index dc32aa390..af20f615b 100644 --- a/src/dialogs/ntqprogressdialog.h +++ b/src/dialogs/ntqprogressdialog.h @@ -42,7 +42,7 @@ #define TQPROGRESSDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqlabel.h" // ### remove or keep for users' convenience? #include "ntqprogressbar.h" // ### remove or keep for users' convenience? #endif // QT_H diff --git a/src/dialogs/ntqtabdialog.h b/src/dialogs/ntqtabdialog.h index 7547b2f58..61e4287c6 100644 --- a/src/dialogs/ntqtabdialog.h +++ b/src/dialogs/ntqtabdialog.h @@ -42,7 +42,7 @@ #define TQTABDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqiconset.h" #endif // QT_H diff --git a/src/dialogs/ntqwizard.h b/src/dialogs/ntqwizard.h index b09e90202..c680e2860 100644 --- a/src/dialogs/ntqwizard.h +++ b/src/dialogs/ntqwizard.h @@ -43,7 +43,7 @@ #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_WIZARD diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp index 5d21cf717..2580d9e90 100644 --- a/src/dialogs/qerrormessage.cpp +++ b/src/dialogs/qerrormessage.cpp @@ -43,12 +43,12 @@ #ifndef TQT_NO_ERRORMESSAGE #include "ntqapplication.h" -#include "ntqcheckbox.h" +#include "tqcheckbox.h" #include "tqdict.h" #include "tqlabel.h" #include "ntqlayout.h" #include "ntqmessagebox.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqstringlist.h" #include "tqstylesheet.h" #include "tqtextview.h" diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp index 6e8e7627c..6b16af01d 100644 --- a/src/dialogs/qinputdialog.cpp +++ b/src/dialogs/qinputdialog.cpp @@ -44,10 +44,10 @@ #include "ntqlayout.h" #include "tqlabel.h" -#include "ntqlineedit.h" -#include "ntqpushbutton.h" -#include "ntqspinbox.h" -#include "ntqcombobox.h" +#include "tqlineedit.h" +#include "tqpushbutton.h" +#include "tqspinbox.h" +#include "tqcombobox.h" #include "tqwidgetstack.h" #include "ntqvalidator.h" #include "ntqapplication.h" diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index a80a26886..836470eb4 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -44,7 +44,7 @@ #include "ntqaccel.h" #include "tqlabel.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqimage.h" #include "ntqapplication.h" #include "tqstyle.h" diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp index 0fc6f6935..fee5a49b7 100644 --- a/src/dialogs/qprintdialog.cpp +++ b/src/dialogs/qprintdialog.cpp @@ -45,17 +45,17 @@ #include "tqfiledialog.h" #include "tqfile.h" #include "tqtextstream.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "ntqframe.h" #include "tqlabel.h" -#include "ntqlineedit.h" -#include "ntqpushbutton.h" +#include "tqlineedit.h" +#include "tqpushbutton.h" #include "tqprinter.h" #include "ntqlistview.h" #include "ntqlayout.h" #include "ntqbuttongroup.h" -#include "ntqradiobutton.h" -#include "ntqspinbox.h" +#include "tqradiobutton.h" +#include "tqspinbox.h" #include "ntqapplication.h" #include "ntqheader.h" #include "tqstyle.h" diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp index 0527f17d2..9c74a906e 100644 --- a/src/dialogs/qprogressdialog.cpp +++ b/src/dialogs/qprogressdialog.cpp @@ -48,7 +48,7 @@ #include "tqdatetime.h" #include "ntqapplication.h" #include "tqstyle.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "ntqcursor.h" #include "tqtimer.h" #include <limits.h> diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri index 669dd70a4..e5c17042a 100644 --- a/src/dialogs/qt_dialogs.pri +++ b/src/dialogs/qt_dialogs.pri @@ -4,7 +4,7 @@ dialogs { DIALOGS_P = dialogs HEADERS += $$DIALOGS_H/tqcolordialog.h \ - $$DIALOGS_H/ntqdialog.h \ + $$DIALOGS_H/tqdialog.h \ $$DIALOGS_H/ntqerrormessage.h \ $$DIALOGS_H/tqfiledialog.h \ $$DIALOGS_H/tqfontdialog.h \ @@ -20,7 +20,7 @@ dialogs { unix:HEADERS += $$DIALOGS_H/ntqprintdialog.h SOURCES += $$DIALOGS_CPP/tqcolordialog.cpp \ - $$DIALOGS_CPP/qdialog.cpp \ + $$DIALOGS_CPP/tqdialog.cpp \ $$DIALOGS_CPP/qerrormessage.cpp \ $$DIALOGS_CPP/tqfiledialog.cpp \ $$DIALOGS_CPP/tqfontdialog.cpp \ diff --git a/src/dialogs/qtabdialog.cpp b/src/dialogs/qtabdialog.cpp index 1a5b1799e..db439d93f 100644 --- a/src/dialogs/qtabdialog.cpp +++ b/src/dialogs/qtabdialog.cpp @@ -45,7 +45,7 @@ #include "tqobjectlist.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqpainter.h" #include "tqpixmap.h" #include "ntqapplication.h" diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp index 6669a4e7a..ef3b4e8f4 100644 --- a/src/dialogs/qwizard.cpp +++ b/src/dialogs/qwizard.cpp @@ -43,7 +43,7 @@ #ifndef TQT_NO_WIZARD #include "ntqlayout.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "ntqcursor.h" #include "tqlabel.h" #include "tqwidgetstack.h" diff --git a/src/dialogs/tqcolordialog.cpp b/src/dialogs/tqcolordialog.cpp index 19e08c61a..95b7145c8 100644 --- a/src/dialogs/tqcolordialog.cpp +++ b/src/dialogs/tqcolordialog.cpp @@ -45,8 +45,8 @@ #include "tqpainter.h" #include "ntqlayout.h" #include "tqlabel.h" -#include "ntqpushbutton.h" -#include "ntqlineedit.h" +#include "tqpushbutton.h" +#include "tqlineedit.h" #include "tqimage.h" #include "tqpixmap.h" #include "ntqdrawutil.h" diff --git a/src/dialogs/tqcolordialog.h b/src/dialogs/tqcolordialog.h index 0941a020d..580f82ca0 100644 --- a/src/dialogs/tqcolordialog.h +++ b/src/dialogs/tqcolordialog.h @@ -42,7 +42,7 @@ #define TQCOLORDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_COLORDIALOG diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/tqdialog.cpp index 9f1f624a9..f3f05ae50 100644 --- a/src/dialogs/qdialog.cpp +++ b/src/dialogs/tqdialog.cpp @@ -38,11 +38,11 @@ ** **********************************************************************/ -#include "ntqdialog.h" +#include "tqdialog.h" #ifndef TQT_NO_DIALOG -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "ntqfocusdata.h" #include "ntqapplication.h" #include "tqobjectlist.h" diff --git a/src/dialogs/ntqdialog.h b/src/dialogs/tqdialog.h index e1d82c179..e1d82c179 100644 --- a/src/dialogs/ntqdialog.h +++ b/src/dialogs/tqdialog.h diff --git a/src/dialogs/tqfiledialog.cpp b/src/dialogs/tqfiledialog.cpp index 5ed1ff6be..27ec5d130 100644 --- a/src/dialogs/tqfiledialog.cpp +++ b/src/dialogs/tqfiledialog.cpp @@ -58,9 +58,9 @@ #include "ntqapplication.h" #include "tqbitmap.h" #include "ntqbuttongroup.h" -#include "ntqcheckbox.h" +#include "tqcheckbox.h" #include "ntqcleanuphandler.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqcstring.h" #include "ntqcursor.h" #include "tqdragobject.h" @@ -71,7 +71,7 @@ #include "tqlabel.h" #include "ntqlayout.h" #include "ntqlibrary.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "ntqlistbox.h" #include "ntqlistview.h" #include "tqmap.h" @@ -83,7 +83,7 @@ #include "tqpopupmenu.h" #include "ntqprogressbar.h" #include "tqptrvector.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqregexp.h" #include "ntqsplitter.h" #include "tqstrlist.h" diff --git a/src/dialogs/tqfiledialog.h b/src/dialogs/tqfiledialog.h index b57be85a9..23cd5476e 100644 --- a/src/dialogs/tqfiledialog.h +++ b/src/dialogs/tqfiledialog.h @@ -56,7 +56,7 @@ class TQFileDialogTQFileListView; #ifndef QT_H #include "tqdir.h" -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqurloperator.h" #include "tqurlinfo.h" #endif // QT_H diff --git a/src/dialogs/tqfontdialog.cpp b/src/dialogs/tqfontdialog.cpp index c9b5daef0..e13083b3a 100644 --- a/src/dialogs/tqfontdialog.cpp +++ b/src/dialogs/tqfontdialog.cpp @@ -44,11 +44,11 @@ #include "tqfontdialog.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "ntqlistbox.h" -#include "ntqpushbutton.h" -#include "ntqcheckbox.h" -#include "ntqcombobox.h" +#include "tqpushbutton.h" +#include "tqcheckbox.h" +#include "tqcombobox.h" #include "ntqlayout.h" #include "ntqvgroupbox.h" #include "ntqhgroupbox.h" diff --git a/src/dialogs/tqfontdialog.h b/src/dialogs/tqfontdialog.h index 2c7d3f9d4..1a3b007d5 100644 --- a/src/dialogs/tqfontdialog.h +++ b/src/dialogs/tqfontdialog.h @@ -56,7 +56,7 @@ // #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqfont.h" #endif // QT_H diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 11305209b..b8e8dca73 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -77,9 +77,9 @@ #include "tqfileinfo.h" #include "tqurlinfo.h" #include "tqwidgetlist.h" -#include <ntqcombobox.h> +#include <tqcombobox.h> #include "ntqgroupbox.h" -#include "ntqdialog.h" +#include "tqdialog.h" #include <tqdataview.h> #include "ntqdockwindow.h" #include "ntqcommonstyle.h" @@ -107,7 +107,7 @@ #include "tqbuffer.h" #include "tqimage.h" #include <tqimageformatplugin.h> -#include "ntqlineedit.h" +#include "tqlineedit.h" #include <tqintcache.h> #include "tqintdict.h" #include "ntqmotifstyle.h" @@ -118,11 +118,11 @@ #include <ntqaccel.h> #include "tqlabel.h" #include "ntqlayout.h" -#include <ntqlcdnumber.h> +#include <tqlcdnumber.h> #include <ntqlibrary.h> #include <ntqinputdialog.h> -#include "ntqscrollbar.h" -#include "ntqscrollview.h" +#include "tqscrollbar.h" +#include "tqscrollview.h" #include "tqdir.h" #include "ntqwindowsstyle.h" #include "ntqconnection.h" @@ -169,9 +169,9 @@ #include <tqptrqueue.h> #include <tqptrstack.h> #include "tqstylesheet.h" -#include <ntqpushbutton.h> -#include <ntqradiobutton.h> -#include <ntqdial.h> +#include <tqpushbutton.h> +#include <tqradiobutton.h> +#include <tqdial.h> #include <ntqdockarea.h> #include "tqregexp.h" #include <tqclipboard.h> @@ -193,12 +193,12 @@ #include <tqsizegrip.h> #include <ntqabstractlayout.h> #include <tqsjiscodec.h> -#include <ntqslider.h> +#include <tqslider.h> #include <tqsocket.h> #include <tqserversocket.h> #include <tqdns.h> #include <ntqsound.h> -#include <ntqspinbox.h> +#include <tqspinbox.h> #include <ntqsplashscreen.h> #include <ntqsplitter.h> #include "tqsqlerror.h" @@ -264,7 +264,7 @@ #include <ntqfocusdata.h> #include <tqwidgetplugin.h> #include <tqwidgetstack.h> -#include <ntqcheckbox.h> +#include <tqcheckbox.h> #include <ntqcompactstyle.h> #include <ntqwizard.h> #include <tqpainter.h> @@ -300,7 +300,7 @@ #include "private/tqdir_p.h" #include "private/tqsettings_p.h" #include "private/tqsqlextension_p.h" -#include "private/qdialogbuttons_p.h" +#include "private/tqdialogbuttons_p.h" #include "private/tqwidgetinterface_p.h" #include "private/tqwidgetresizehandler_p.h" #include "private/qlibrary_p.h" diff --git a/src/kernel/tqstyle.cpp b/src/kernel/tqstyle.cpp index 9bf8c4509..cca9ef651 100644 --- a/src/kernel/tqstyle.cpp +++ b/src/kernel/tqstyle.cpp @@ -48,7 +48,7 @@ #include "ntqlayout.h" #include "ntqlistview.h" #include "tqpopupmenu.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqobjectlist.h" #include "tqwidgetlist.h" diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp index 4e07dd115..1d137e943 100644 --- a/src/kernel/tqwidget_x11.cpp +++ b/src/kernel/tqwidget_x11.cpp @@ -3055,7 +3055,7 @@ void TQWidget::destroyInputContext() /*! This function is called when text widgets need to be neutral state to - execute text operations properly. See qlineedit.cpp and tqtextedit.cpp as + execute text operations properly. See tqlineedit.cpp and tqtextedit.cpp as example. Ordinary reset that along with changing focus to another widget, diff --git a/src/libqt.map b/src/libqt.map index 9965ec963..42e353c76 100644 --- a/src/libqt.map +++ b/src/libqt.map @@ -30,7 +30,7 @@ QRollEffect::*; QSharedDoubleBufferCleaner::*; QSmSocketReceiver::*; - QSpinBoxValidator::*; + TQSpinBoxValidator::*; QSplitterHandle::*; TQSqlRecordShared::*; QSVChildRec::*; diff --git a/src/sql/tqeditorfactory.cpp b/src/sql/tqeditorfactory.cpp index 00f625b55..76fa71996 100644 --- a/src/sql/tqeditorfactory.cpp +++ b/src/sql/tqeditorfactory.cpp @@ -40,9 +40,9 @@ #include "ntqcleanuphandler.h" #include "tqlabel.h" -#include "ntqlineedit.h" -#include "ntqspinbox.h" -#include "ntqcombobox.h" +#include "tqlineedit.h" +#include "tqspinbox.h" +#include "tqcombobox.h" #include "tqeditorfactory.h" #include "tqdatetimeedit.h" diff --git a/src/sql/tqsqleditorfactory.cpp b/src/sql/tqsqleditorfactory.cpp index cf4944ae4..31d9108f2 100644 --- a/src/sql/tqsqleditorfactory.cpp +++ b/src/sql/tqsqleditorfactory.cpp @@ -45,9 +45,9 @@ #include "tqsqlfield.h" #include "ntqcleanuphandler.h" #include "tqlabel.h" -#include "ntqlineedit.h" -#include "ntqspinbox.h" -#include "ntqcombobox.h" +#include "tqlineedit.h" +#include "tqspinbox.h" +#include "tqcombobox.h" #include "tqdatetimeedit.h" /*! diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index 5f16b5b0e..7b6e475f3 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -48,27 +48,27 @@ #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqpixmap.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" -#include "ntqlineedit.h" -#include "ntqscrollbar.h" +#include "tqlineedit.h" +#include "tqscrollbar.h" #include "tqtoolbutton.h" #include "tqtoolbar.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "ntqdockarea.h" #include "ntqheader.h" -#include "ntqspinbox.h" +#include "tqspinbox.h" #include "ntqrangecontrol.h" #include "ntqgroupbox.h" -#include "ntqslider.h" +#include "tqslider.h" #include "ntqlistview.h" -#include "ntqcheckbox.h" -#include "ntqradiobutton.h" +#include "tqcheckbox.h" +#include "tqradiobutton.h" #include "tqbitmap.h" #include "ntqprogressbar.h" #include "ntqlistbox.h" -#include "private/qdialogbuttons_p.h" +#include "private/tqdialogbuttons_p.h" #include <limits.h> #include <tqpixmap.h> #include "../widgets/qtitlebar_p.h" diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index 43917bd27..7f4838c80 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -50,10 +50,10 @@ #include "tqpalette.h" // for now #include "tqwidget.h" #include "tqlabel.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "ntqlistbox.h" #include <limits.h> diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index 4b0da7c8b..d37419b2e 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -47,15 +47,15 @@ #include "tqpainter.h" #include "tqpalette.h" #include "ntqframe.h" -#include "ntqpushbutton.h" -#include "ntqcheckbox.h" -#include "ntqradiobutton.h" -#include "ntqcombobox.h" -#include "ntqlineedit.h" -#include "ntqspinbox.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqcheckbox.h" +#include "tqradiobutton.h" +#include "tqcombobox.h" +#include "tqlineedit.h" +#include "tqspinbox.h" +#include "tqslider.h" #include "ntqdrawutil.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "ntqtabbar.h" #include "tqtoolbar.h" #include "ntqguardedptr.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 87d310127..55ff6666a 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -49,14 +49,14 @@ #include "tqpixmap.h" #include "tqpalette.h" #include "tqwidget.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" #include "ntqlistview.h" #include "ntqsplitter.h" -#include "ntqslider.h" -#include "ntqcombobox.h" +#include "tqslider.h" +#include "tqcombobox.h" #include "ntqdockwindow.h" #include "ntqdockarea.h" #include "ntqprogressbar.h" diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp index ee2823a26..721a480a7 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/qplatinumstyle.cpp @@ -43,14 +43,14 @@ #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) #include "ntqapplication.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "ntqdrawutil.h" #include "tqpainter.h" #include "tqpalette.h" #include "tqpixmap.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include <limits.h> /*! diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index ef4a6183d..a69ef63b6 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -50,13 +50,13 @@ #include "tqpixmap.h" #include "tqpalette.h" #include "tqwidget.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" -#include "ntqcombobox.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" +#include "tqcombobox.h" +#include "tqslider.h" #include "tqtextedit.h" #include "tqtoolbar.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "tqmenubar.h" #include <limits.h> diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index 27437724f..23754f786 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -50,13 +50,13 @@ #include "tqwidget.h" #include "tqlabel.h" #include "tqimage.h" -#include "ntqpushbutton.h" -#include "ntqcombobox.h" +#include "tqpushbutton.h" +#include "tqcombobox.h" #include "ntqlistbox.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include "ntqtabwidget.h" #include "ntqtabbar.h" #include "ntqlistview.h" diff --git a/src/table/ntqtable.h b/src/table/ntqtable.h index dc2c2c0b8..baeb8bd82 100644 --- a/src/table/ntqtable.h +++ b/src/table/ntqtable.h @@ -42,7 +42,7 @@ #define TQTABLE_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #include "tqptrvector.h" #include "ntqheader.h" diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index ef4cffc19..d83827a92 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -49,14 +49,14 @@ #ifndef TQT_NO_TABLE #include <tqpainter.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <ntqcursor.h> #include <ntqapplication.h> #include <tqtimer.h> #include <tqobjectlist.h> #include <tqiconset.h> -#include <ntqcombobox.h> -#include <ntqcheckbox.h> +#include <tqcombobox.h> +#include <tqcheckbox.h> #include <tqdragobject.h> #include <tqevent.h> #include <ntqlistbox.h> @@ -1695,7 +1695,7 @@ TQSize TQCheckTableItem::sizeHint() const 1, although row and column numbers within TQTable begin at 0.) If you want to use mouse tracking call setMouseTracking( TRUE ) on - the \e viewport; (see \link ntqscrollview.html#allviews + the \e viewport; (see \link tqscrollview.html#allviews TQScrollView\endlink). \img qtableitems.png Table Items diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index 89917cbec..c13fc7bd2 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -904,7 +904,7 @@ SeeAlso: ??? Feature: LCDNUMBER Section: Widgets Requires: FRAME -Name: QLCDNumber +Name: TQLCDNumber SeeAlso: ??? Feature: ACTION @@ -916,7 +916,7 @@ SeeAlso: ??? Feature: COMBOBOX Section: Widgets Requires: LISTBOX LINEEDIT POPUPMENU -Name: QComboBox +Name: TQComboBox SeeAlso: ??? Feature: LISTVIEW diff --git a/src/widgets/ntqgridview.h b/src/widgets/ntqgridview.h index 6a8a3c182..1ec47a823 100644 --- a/src/widgets/ntqgridview.h +++ b/src/widgets/ntqgridview.h @@ -42,7 +42,7 @@ #define TQGRIDVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #endif // QT_H #ifndef TQT_NO_GRIDVIEW diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h index 39a9b75de..cfc2b7682 100644 --- a/src/widgets/ntqlistbox.h +++ b/src/widgets/ntqlistbox.h @@ -42,7 +42,7 @@ #define TQLISTBOX_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #endif // QT_H diff --git a/src/widgets/ntqlistview.h b/src/widgets/ntqlistview.h index b46513372..45eb89a8e 100644 --- a/src/widgets/ntqlistview.h +++ b/src/widgets/ntqlistview.h @@ -42,7 +42,7 @@ #define TQLISTVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #endif // QT_H #ifndef TQT_NO_LISTVIEW diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index 31fbe6349..8446c7f46 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -47,8 +47,8 @@ #include "ntqaccel.h" #include "tqpixmapcache.h" #include "ntqapplication.h" -#include "ntqpushbutton.h" -#include "ntqradiobutton.h" +#include "tqpushbutton.h" +#include "tqradiobutton.h" #include "ntqguardedptr.h" #include "../kernel/qinternal_p.h" diff --git a/src/widgets/qbuttongroup.cpp b/src/widgets/qbuttongroup.cpp index c1a708b80..08c1919a7 100644 --- a/src/widgets/qbuttongroup.cpp +++ b/src/widgets/qbuttongroup.cpp @@ -43,7 +43,7 @@ #include "ntqbutton.h" #include "tqptrlist.h" #include "ntqapplication.h" -#include "ntqradiobutton.h" +#include "tqradiobutton.h" diff --git a/src/widgets/qeffects.cpp b/src/widgets/qeffects.cpp index 6f9176175..b98de479f 100644 --- a/src/widgets/qeffects.cpp +++ b/src/widgets/qeffects.cpp @@ -47,7 +47,7 @@ #include "tqtimer.h" #include "tqdatetime.h" #include "ntqguardedptr.h" -#include "ntqscrollview.h" +#include "tqscrollview.h" /* Internal class to get access to protected TQWidget-members diff --git a/src/widgets/qeffects_p.h b/src/widgets/qeffects_p.h index dad8fce9f..d3beb3055 100644 --- a/src/widgets/qeffects_p.h +++ b/src/widgets/qeffects_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the TQt API. It exists for the convenience -// of qeffects.cpp, qcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp. +// of qeffects.cpp, tqcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp. // This header file may change from version to version without notice, // or even be removed. // diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index 5145a5698..f37b5f6d7 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -44,13 +44,13 @@ #include "tqpainter.h" #include "tqbitmap.h" #include "ntqaccel.h" -#include "ntqradiobutton.h" +#include "tqradiobutton.h" #include "ntqfocusdata.h" #include "tqobjectlist.h" #include "ntqdrawutil.h" #include "ntqapplication.h" #include "tqstyle.h" -#include "ntqcheckbox.h" +#include "tqcheckbox.h" #include "ntqbuttongroup.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 5ee18d929..5c00bca11 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -58,7 +58,7 @@ #include "tqpopupmenu.h" #include "ntqtl.h" #include "tqdragobject.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "ntqvbox.h" #include "tqtooltip.h" #include "tqstyle.h" diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/qmultilineedit.cpp index 85254a314..bd8ffd8cd 100644 --- a/src/widgets/qmultilineedit.cpp +++ b/src/widgets/qmultilineedit.cpp @@ -41,7 +41,7 @@ #include "ntqmultilineedit.h" #ifndef TQT_NO_MULTILINEEDIT #include "tqpainter.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "ntqcursor.h" #include "tqclipboard.h" #include "tqpixmap.h" diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index 876cc428c..72cfdba84 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -5,11 +5,11 @@ widgets { HEADERS += $$WIDGETS_H/ntqbuttongroup.h \ $$WIDGETS_H/ntqbutton.h \ - $$WIDGETS_P/qdialogbuttons_p.h \ - $$WIDGETS_H/ntqcheckbox.h \ - $$WIDGETS_H/ntqcombobox.h \ + $$WIDGETS_P/tqdialogbuttons_p.h \ + $$WIDGETS_H/tqcheckbox.h \ + $$WIDGETS_H/tqcombobox.h \ $$WIDGETS_P/tqwidgetresizehandler_p.h \ - $$WIDGETS_H/ntqdial.h \ + $$WIDGETS_H/tqdial.h \ $$WIDGETS_H/ntqdockarea.h \ $$WIDGETS_H/ntqdockwindow.h \ $$WIDGETS_H/ntqframe.h \ @@ -22,8 +22,8 @@ widgets { $$WIDGETS_H/ntqhbox.h \ $$WIDGETS_H/tqiconview.h \ $$WIDGETS_H/tqlabel.h \ - $$WIDGETS_H/ntqlcdnumber.h \ - $$WIDGETS_H/ntqlineedit.h \ + $$WIDGETS_H/tqlcdnumber.h \ + $$WIDGETS_H/tqlineedit.h \ $$WIDGETS_H/ntqlistbox.h \ $$WIDGETS_H/ntqlistview.h \ $$WIDGETS_H/tqmainwindow.h \ @@ -32,14 +32,14 @@ widgets { $$WIDGETS_H/ntqmultilineedit.h \ $$WIDGETS_H/tqpopupmenu.h \ $$WIDGETS_H/ntqprogressbar.h \ - $$WIDGETS_H/ntqpushbutton.h \ - $$WIDGETS_H/ntqradiobutton.h \ + $$WIDGETS_H/tqpushbutton.h \ + $$WIDGETS_H/tqradiobutton.h \ $$WIDGETS_H/ntqrangecontrol.h \ - $$WIDGETS_H/ntqscrollbar.h \ - $$WIDGETS_H/ntqscrollview.h \ - $$WIDGETS_H/ntqslider.h \ + $$WIDGETS_H/tqscrollbar.h \ + $$WIDGETS_H/tqscrollview.h \ + $$WIDGETS_H/tqslider.h \ $$WIDGETS_H/ntqsplashscreen.h \ - $$WIDGETS_H/ntqspinbox.h \ + $$WIDGETS_H/tqspinbox.h \ $$WIDGETS_H/ntqsplitter.h \ $$WIDGETS_H/tqstatusbar.h \ $$WIDGETS_H/ntqtabbar.h \ @@ -67,11 +67,11 @@ widgets { SOURCES += $$WIDGETS_CPP/qbuttongroup.cpp \ $$WIDGETS_CPP/qbutton.cpp \ - $$WIDGETS_CPP/qdialogbuttons.cpp \ - $$WIDGETS_CPP/qcheckbox.cpp \ - $$WIDGETS_CPP/qcombobox.cpp \ + $$WIDGETS_CPP/tqdialogbuttons.cpp \ + $$WIDGETS_CPP/tqcheckbox.cpp \ + $$WIDGETS_CPP/tqcombobox.cpp \ $$WIDGETS_CPP/tqwidgetresizehandler.cpp \ - $$WIDGETS_CPP/qdial.cpp \ + $$WIDGETS_CPP/tqdial.cpp \ $$WIDGETS_CPP/qdockarea.cpp \ $$WIDGETS_CPP/qdockwindow.cpp \ $$WIDGETS_CPP/qframe.cpp \ @@ -84,8 +84,8 @@ widgets { $$WIDGETS_CPP/qhbox.cpp \ $$WIDGETS_CPP/tqiconview.cpp \ $$WIDGETS_CPP/tqlabel.cpp \ - $$WIDGETS_CPP/qlcdnumber.cpp \ - $$WIDGETS_CPP/qlineedit.cpp \ + $$WIDGETS_CPP/tqlcdnumber.cpp \ + $$WIDGETS_CPP/tqlineedit.cpp \ $$WIDGETS_CPP/qlistbox.cpp \ $$WIDGETS_CPP/qlistview.cpp \ $$WIDGETS_CPP/tqmainwindow.cpp \ @@ -94,15 +94,15 @@ widgets { $$WIDGETS_CPP/qmultilineedit.cpp \ $$WIDGETS_CPP/tqpopupmenu.cpp \ $$WIDGETS_CPP/qprogressbar.cpp \ - $$WIDGETS_CPP/qpushbutton.cpp \ - $$WIDGETS_CPP/qradiobutton.cpp \ + $$WIDGETS_CPP/tqpushbutton.cpp \ + $$WIDGETS_CPP/tqradiobutton.cpp \ $$WIDGETS_CPP/qrangecontrol.cpp \ - $$WIDGETS_CPP/qscrollbar.cpp \ - $$WIDGETS_CPP/qscrollview.cpp \ - $$WIDGETS_CPP/qslider.cpp \ + $$WIDGETS_CPP/tqscrollbar.cpp \ + $$WIDGETS_CPP/tqscrollview.cpp \ + $$WIDGETS_CPP/tqslider.cpp \ $$WIDGETS_CPP/qsplashscreen.cpp \ - $$WIDGETS_CPP/qspinbox.cpp \ - $$WIDGETS_CPP/qspinwidget.cpp \ + $$WIDGETS_CPP/tqspinbox.cpp \ + $$WIDGETS_CPP/tqspinwidget.cpp \ $$WIDGETS_CPP/qsplitter.cpp \ $$WIDGETS_CPP/tqstatusbar.cpp \ $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \ diff --git a/src/widgets/tqaction.cpp b/src/widgets/tqaction.cpp index 31d308420..a7e5c0e58 100644 --- a/src/widgets/tqaction.cpp +++ b/src/widgets/tqaction.cpp @@ -45,7 +45,7 @@ #include "tqpopupmenu.h" #include "ntqaccel.h" #include "tqtoolbutton.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqtooltip.h" #include "tqwhatsthis.h" #include "tqstatusbar.h" diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/tqcheckbox.cpp index 4e4d913ba..a9cf27d0d 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/tqcheckbox.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcheckbox.h" +#include "tqcheckbox.h" #ifndef TQT_NO_CHECKBOX #include "tqpainter.h" #include "ntqdrawutil.h" @@ -50,7 +50,7 @@ #include "tqstyle.h" /*! - \class TQCheckBox ntqcheckbox.h + \class TQCheckBox tqcheckbox.h \brief The TQCheckBox widget provides a checkbox with a text label. \ingroup basic diff --git a/src/widgets/ntqcheckbox.h b/src/widgets/tqcheckbox.h index 4a63e4b4a..4a63e4b4a 100644 --- a/src/widgets/ntqcheckbox.h +++ b/src/widgets/tqcheckbox.h diff --git a/src/widgets/qcombobox.cpp b/src/widgets/tqcombobox.cpp index a491e7ca6..9914c4398 100644 --- a/src/widgets/qcombobox.cpp +++ b/src/widgets/tqcombobox.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcombobox.h" +#include "tqcombobox.h" #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" #include "ntqlistbox.h" @@ -48,11 +48,11 @@ #include "tqpixmap.h" #include "tqtimer.h" #include "ntqapplication.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "tqbitmap.h" #include "qeffects_p.h" #include "tqstringlist.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqstyle.h" #include <limits.h> #if defined(QT_ACCESSIBILITY_SUPPORT) @@ -60,7 +60,7 @@ #endif /*! - \class TQComboBox ntqcombobox.h + \class TQComboBox tqcombobox.h \brief The TQComboBox widget is a combined button and popup list. \ingroup basic @@ -145,10 +145,10 @@ using setAutoCompletion() and whether or not the user can add duplicates is set with setDuplicatesEnabled(). - <img src="qcombo1-m.png">(Motif 1, read-only)<br clear=all> - <img src="qcombo2-m.png">(Motif 2, editable)<br clear=all> - <img src="qcombo3-m.png">(Motif 2, read-only)<br clear=all> - <img src="qcombo1-w.png">(Windows style) + <img src="tqcombo1-m.png">(Motif 1, read-only)<br clear=all> + <img src="tqcombo2-m.png">(Motif 2, editable)<br clear=all> + <img src="tqcombo3-m.png">(Motif 2, read-only)<br clear=all> + <img src="tqcombo1-w.png">(Windows style) Depending on the style, TQComboBox will use a TQListBox or a TQPopupMenu to display the list of items. See setListBox() for diff --git a/src/widgets/ntqcombobox.h b/src/widgets/tqcombobox.h index 296148549..296148549 100644 --- a/src/widgets/ntqcombobox.h +++ b/src/widgets/tqcombobox.h diff --git a/src/widgets/qdial.cpp b/src/widgets/tqdial.cpp index f11218bf3..75793b5c1 100644 --- a/src/widgets/qdial.cpp +++ b/src/widgets/tqdial.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqdial.h" +#include "tqdial.h" #ifndef TQT_NO_DIAL @@ -87,7 +87,7 @@ public: /*! - \class TQDial ntqdial.h + \class TQDial tqdial.h \brief The TQDial class provides a rounded range control (like a speedometer or potentiometer). @@ -133,7 +133,7 @@ public: right/down arrow keys move by lineStep(), page up and page down by pageStep() and Home and End to minValue() and maxValue(). - <img src=qdial-m.png> <img src=qdial-w.png> + <img src=tqdial-m.png> <img src=tqdial-w.png> \sa TQScrollBar TQSpinBox \link guibooks.html#fowler GUI Design Handbook: Slider\endlink diff --git a/src/widgets/ntqdial.h b/src/widgets/tqdial.h index 7baf98e53..7baf98e53 100644 --- a/src/widgets/ntqdial.h +++ b/src/widgets/tqdial.h diff --git a/src/widgets/qdialogbuttons.cpp b/src/widgets/tqdialogbuttons.cpp index d75a16f96..b20f70350 100644 --- a/src/widgets/qdialogbuttons.cpp +++ b/src/widgets/tqdialogbuttons.cpp @@ -36,16 +36,16 @@ ** **********************************************************************/ -#include "qdialogbuttons_p.h" +#include "tqdialogbuttons_p.h" #ifndef TQT_NO_DIALOGBUTTONS #include <ntqapplication.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <ntqguardedptr.h> #include <tqmap.h> #include <ntqvariant.h> #ifndef TQT_NO_DIALOG -#include <ntqdialog.h> +#include <tqdialog.h> #endif // TQT_NO_DIALOG #include <ntqlayout.h> #include <tqstyle.h> @@ -241,7 +241,7 @@ TQDialogButtons::orientation() const TQWidget * TQDialogButtons::createButton(Button b) { - TQPushButton *ret = new TQPushButton(this, "qdialog_button"); + TQPushButton *ret = new TQPushButton(this, "tqdialog_button"); TQObject::connect(ret, TQ_SIGNAL(clicked()), this, TQ_SLOT(handleClicked())); if(d->text.contains(b)) { ret->setText(d->text[b]); diff --git a/src/widgets/qdialogbuttons_p.h b/src/widgets/tqdialogbuttons_p.h index a5667245f..a5667245f 100644 --- a/src/widgets/qdialogbuttons_p.h +++ b/src/widgets/tqdialogbuttons_p.h diff --git a/src/widgets/tqiconview.h b/src/widgets/tqiconview.h index bffaad207..1be94b651 100644 --- a/src/widgets/tqiconview.h +++ b/src/widgets/tqiconview.h @@ -42,7 +42,7 @@ #define TQICONVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqstring.h" #include "tqrect.h" #include "tqpoint.h" diff --git a/src/widgets/qlcdnumber.cpp b/src/widgets/tqlcdnumber.cpp index 246804f45..e6dbf453c 100644 --- a/src/widgets/qlcdnumber.cpp +++ b/src/widgets/tqlcdnumber.cpp @@ -38,14 +38,14 @@ ** **********************************************************************/ -#include "ntqlcdnumber.h" +#include "tqlcdnumber.h" #ifndef TQT_NO_LCDNUMBER #include "tqbitarray.h" #include "tqpainter.h" /*! - \class TQLCDNumber ntqlcdnumber.h + \class TQLCDNumber tqlcdnumber.h \brief The TQLCDNumber widget displays a number with LCD-like digits. @@ -83,7 +83,7 @@ http://www.nvg.ntnu.no/sinclair/computers/zxspectrum/zxspectrum.htm Sinclair Spectrum\endlink. - <img src=qlcdnum-m.png> <img src=qlcdnum-w.png> + <img src=tqlcdnum-m.png> <img src=tqlcdnum-w.png> \sa TQLabel, TQFrame */ diff --git a/src/widgets/ntqlcdnumber.h b/src/widgets/tqlcdnumber.h index e74de7cb6..e74de7cb6 100644 --- a/src/widgets/ntqlcdnumber.h +++ b/src/widgets/tqlcdnumber.h diff --git a/src/widgets/qlineedit.cpp b/src/widgets/tqlineedit.cpp index d37c43539..558069752 100644 --- a/src/widgets/qlineedit.cpp +++ b/src/widgets/tqlineedit.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqlineedit.h" +#include "tqlineedit.h" #ifndef TQT_NO_LINEEDIT // Keep this position to avoid patch rejection @@ -361,7 +361,7 @@ struct TQLineEditPrivate : public TQt Any other key sequence that represents a valid character, will cause the character to be inserted into the line edit. - <img src=qlined-m.png> <img src=qlined-w.png> + <img src=tqlined-m.png> <img src=tqlined-w.png> \sa TQTextEdit TQLabel TQComboBox \link guibooks.html#fowler GUI Design Handbook: Field, Entry\endlink diff --git a/src/widgets/ntqlineedit.h b/src/widgets/tqlineedit.h index f5bf18c68..f5bf18c68 100644 --- a/src/widgets/ntqlineedit.h +++ b/src/widgets/tqlineedit.h diff --git a/src/widgets/tqmainwindow.cpp b/src/widgets/tqmainwindow.cpp index 7b66839db..cda9afcb3 100644 --- a/src/widgets/tqmainwindow.cpp +++ b/src/widgets/tqmainwindow.cpp @@ -54,7 +54,7 @@ #include "tqpopupmenu.h" #include "tqtoolbar.h" #include "tqstatusbar.h" -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqtooltip.h" #include "tqdatetime.h" #include "tqwhatsthis.h" diff --git a/src/widgets/qpushbutton.cpp b/src/widgets/tqpushbutton.cpp index 37cbccd9d..105bae12a 100644 --- a/src/widgets/qpushbutton.cpp +++ b/src/widgets/tqpushbutton.cpp @@ -38,9 +38,9 @@ ** **********************************************************************/ -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #ifndef TQT_NO_PUSHBUTTON -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqfontmetrics.h" #include "tqpainter.h" #include "ntqdrawutil.h" @@ -56,7 +56,7 @@ #endif /*! - \class TQPushButton ntqpushbutton.h + \class TQPushButton tqpushbutton.h \brief The TQPushButton widget provides a command button. \ingroup basic @@ -141,7 +141,7 @@ Other classes of buttons are option buttons (see TQRadioButton) and check boxes (see TQCheckBox). - <img src="qpushbt-m.png"> <img src="qpushbt-w.png"> + <img src="tqpushbt-m.png"> <img src="tqpushbt-w.png"> In TQt, the TQButton abstract base class provides most of the modes and other API, and TQPushButton provides GUI logic. See TQButton for diff --git a/src/widgets/ntqpushbutton.h b/src/widgets/tqpushbutton.h index 13b76e9fe..13b76e9fe 100644 --- a/src/widgets/ntqpushbutton.h +++ b/src/widgets/tqpushbutton.h diff --git a/src/widgets/qradiobutton.cpp b/src/widgets/tqradiobutton.cpp index dead844e5..263c17f20 100644 --- a/src/widgets/qradiobutton.cpp +++ b/src/widgets/tqradiobutton.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqradiobutton.h" +#include "tqradiobutton.h" #ifndef TQT_NO_RADIOBUTTON #include "ntqbuttongroup.h" #include "tqpainter.h" @@ -51,7 +51,7 @@ #include "tqstyle.h" /*! - \class TQRadioButton ntqradiobutton.h + \class TQRadioButton tqradiobutton.h \brief The TQRadioButton widget provides a radio button with a text or pixmap label. \ingroup basic @@ -77,7 +77,7 @@ pixmap. The text can be set in the constructor or with setText(); the pixmap is set with setPixmap(). - <img src=qradiobt-m.png> <img src=qradiobt-w.png> + <img src=tqradiobt-m.png> <img src=tqradiobt-w.png> \important text, setText, text, pixmap, setPixmap, accel, setAccel, isToggleButton, setDown, isDown, isOn, state, autoRepeat, isExclusiveToggle, group, setAutoRepeat, toggle, pressed, released, clicked, toggled, state stateChanged diff --git a/src/widgets/ntqradiobutton.h b/src/widgets/tqradiobutton.h index 1c7c0ae34..1c7c0ae34 100644 --- a/src/widgets/ntqradiobutton.h +++ b/src/widgets/tqradiobutton.h diff --git a/src/widgets/qscrollbar.cpp b/src/widgets/tqscrollbar.cpp index 2b350c30a..383ce44bd 100644 --- a/src/widgets/qscrollbar.cpp +++ b/src/widgets/tqscrollbar.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #ifndef TQT_NO_SCROLLBAR #include "tqpainter.h" #include "tqbitmap.h" diff --git a/src/widgets/ntqscrollbar.h b/src/widgets/tqscrollbar.h index 6a298c96f..6a298c96f 100644 --- a/src/widgets/ntqscrollbar.h +++ b/src/widgets/tqscrollbar.h diff --git a/src/widgets/qscrollview.cpp b/src/widgets/tqscrollview.cpp index 9c3bc060b..603110592 100644 --- a/src/widgets/qscrollview.cpp +++ b/src/widgets/tqscrollview.cpp @@ -40,13 +40,13 @@ #include "tqwidget.h" #ifndef TQT_NO_SCROLLVIEW -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "tqobjectlist.h" #include "tqpainter.h" #include "tqpixmap.h" #include "ntqcursor.h" #include "ntqfocusdata.h" -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqptrdict.h" #include "ntqapplication.h" #include "tqtimer.h" @@ -117,7 +117,7 @@ public: : TQWidget ( parent,name,f) {} }; -#include "qscrollview.moc" +#include "tqscrollview.moc" class TQScrollViewData { public: @@ -348,7 +348,7 @@ void TQScrollViewData::viewportResized( int w, int h ) /*! - \class TQScrollView ntqscrollview.h + \class TQScrollView tqscrollview.h \brief The TQScrollView widget provides a scrolling area with on-demand scroll bars. \ingroup abstractwidgets @@ -375,7 +375,7 @@ void TQScrollViewData::viewportResized( int w, int h ) \section1 Using One Big Widget - \img qscrollview-vp2.png + \img tqscrollview-vp2.png The first, simplest usage of TQScrollView (depicted above), is appropriate for scrolling areas that are never more than about @@ -406,7 +406,7 @@ void TQScrollViewData::viewportResized( int w, int h ) \section1 Using a Very Big View with Some Widgets - \img qscrollview-vp.png + \img tqscrollview-vp.png The second usage of TQScrollView (depicted above) is appropriate when few, if any, widgets are on a very large scrolling area that @@ -434,7 +434,7 @@ void TQScrollViewData::viewportResized( int w, int h ) \section1 Using a Very Big View with Many Widgets \target enableclipper - \img qscrollview-cl.png + \img tqscrollview-cl.png The final usage of TQScrollView (depicted above) is appropriate when many widgets are on a very large scrolling area that is @@ -541,7 +541,7 @@ void TQScrollViewData::viewportResized( int w, int h ) scrollview subclasses. This will change in a future version of TQt and we recommend specifying the WNoAutoErase flag explicitly. - <img src=qscrollview-m.png> <img src=qscrollview-w.png> + <img src=tqscrollview-m.png> <img src=tqscrollview-w.png> */ diff --git a/src/widgets/ntqscrollview.h b/src/widgets/tqscrollview.h index c9dcc8846..21cc37237 100644 --- a/src/widgets/ntqscrollview.h +++ b/src/widgets/tqscrollview.h @@ -42,7 +42,7 @@ #ifndef QT_H #include "ntqframe.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #endif // QT_H #ifndef TQT_NO_SCROLLVIEW diff --git a/src/widgets/qslider.cpp b/src/widgets/tqslider.cpp index df7555031..98d61b68d 100644 --- a/src/widgets/qslider.cpp +++ b/src/widgets/tqslider.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqslider.h" +#include "tqslider.h" #ifndef TQT_NO_SLIDER #include "tqpainter.h" #include "ntqdrawutil.h" @@ -88,7 +88,7 @@ struct TQSliderPrivate A slider accepts focus on Tab and uses the mouse wheel and a suitable keyboard interface. - <img src=qslider-m.png> <img src=qslider-w.png> + <img src=tqslider-m.png> <img src=tqslider-w.png> \important setRange diff --git a/src/widgets/ntqslider.h b/src/widgets/tqslider.h index af60245e3..af60245e3 100644 --- a/src/widgets/ntqslider.h +++ b/src/widgets/tqslider.h diff --git a/src/widgets/qspinbox.cpp b/src/widgets/tqspinbox.cpp index d6d85beef..ff336035d 100644 --- a/src/widgets/qspinbox.cpp +++ b/src/widgets/tqspinbox.cpp @@ -38,14 +38,14 @@ ** **********************************************************************/ -#include "ntqspinbox.h" +#include "tqspinbox.h" #ifndef TQT_NO_SPINBOX #include "ntqcursor.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqpainter.h" #include "tqbitmap.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "ntqvalidator.h" #include "tqpixmapcache.h" #include "ntqapplication.h" @@ -218,7 +218,7 @@ TQValidator::State TQSpinBoxValidator::validate( TQString& str, int& pos ) const }; \endcode - <img src=qspinbox-m.png> <img src=qspinbox-w.png> + <img src=tqspinbox-m.png> <img src=tqspinbox-w.png> \sa TQScrollBar TQSlider \link guibooks.html#fowler GUI Design Handbook: Spin Box \endlink diff --git a/src/widgets/ntqspinbox.h b/src/widgets/tqspinbox.h index 345857c74..345857c74 100644 --- a/src/widgets/ntqspinbox.h +++ b/src/widgets/tqspinbox.h diff --git a/src/widgets/qspinwidget.cpp b/src/widgets/tqspinwidget.cpp index c5b237d41..a66e90d1d 100644 --- a/src/widgets/qspinwidget.cpp +++ b/src/widgets/tqspinwidget.cpp @@ -73,7 +73,7 @@ public: /*! - \class TQSpinWidget qspinwidget.h + \class TQSpinWidget tqspinwidget.h \brief The TQSpinWidget class is an internal range control related class. \internal diff --git a/src/widgets/tqtextedit.h b/src/widgets/tqtextedit.h index 0b88f8593..f58b91d09 100644 --- a/src/widgets/tqtextedit.h +++ b/src/widgets/tqtextedit.h @@ -42,7 +42,7 @@ #define TQTEXTEDIT_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqstylesheet.h" #include "tqptrvector.h" #include "tqvaluelist.h" diff --git a/src/widgets/tqtoolbar.cpp b/src/widgets/tqtoolbar.cpp index a94185bec..b8a66fb7a 100644 --- a/src/widgets/tqtoolbar.cpp +++ b/src/widgets/tqtoolbar.cpp @@ -51,7 +51,7 @@ #include "ntqdrawutil.h" #include "tqtoolbutton.h" #include "tqpopupmenu.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqtimer.h" #include "tqwidgetlist.h" #include "tqstyle.h" diff --git a/src/widgets/tqtoolbox.cpp b/src/widgets/tqtoolbox.cpp index 7b515b0a7..948acf7d7 100644 --- a/src/widgets/tqtoolbox.cpp +++ b/src/widgets/tqtoolbox.cpp @@ -44,7 +44,7 @@ #include <ntqbutton.h> #include <ntqlayout.h> -#include <ntqscrollview.h> +#include <tqscrollview.h> #include <tqpainter.h> #include <tqstyle.h> #include <tqobjectlist.h> diff --git a/src/workspace/tqworkspace.cpp b/src/workspace/tqworkspace.cpp index 72319497b..5706ee3e4 100644 --- a/src/workspace/tqworkspace.cpp +++ b/src/workspace/tqworkspace.cpp @@ -59,7 +59,7 @@ #include "tqtooltip.h" #include "tqwmatrix.h" #include "tqimage.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "tqstyle.h" #include "tqbitmap.h" |