diff options
author | Michele Calgaro <[email protected]> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /src/dialogs | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/ntqerrormessage.h | 2 | ||||
-rw-r--r-- | src/dialogs/ntqinputdialog.h | 4 | ||||
-rw-r--r-- | src/dialogs/ntqmessagebox.h | 2 | ||||
-rw-r--r-- | src/dialogs/ntqprintdialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/ntqprogressdialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/ntqtabdialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/ntqwizard.h | 2 | ||||
-rw-r--r-- | src/dialogs/qerrormessage.cpp | 4 | ||||
-rw-r--r-- | src/dialogs/qinputdialog.cpp | 8 | ||||
-rw-r--r-- | src/dialogs/qmessagebox.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qprintdialog.cpp | 10 | ||||
-rw-r--r-- | src/dialogs/qprogressdialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qt_dialogs.pri | 4 | ||||
-rw-r--r-- | src/dialogs/qtabdialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qwizard.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/tqcolordialog.cpp | 4 | ||||
-rw-r--r-- | src/dialogs/tqcolordialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/tqdialog.cpp (renamed from src/dialogs/qdialog.cpp) | 4 | ||||
-rw-r--r-- | src/dialogs/tqdialog.h (renamed from src/dialogs/ntqdialog.h) | 0 | ||||
-rw-r--r-- | src/dialogs/tqfiledialog.cpp | 8 | ||||
-rw-r--r-- | src/dialogs/tqfiledialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/tqfontdialog.cpp | 8 | ||||
-rw-r--r-- | src/dialogs/tqfontdialog.h | 2 |
23 files changed, 40 insertions, 40 deletions
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 |