diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /src/widgets/qt_widgets.pri | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/qt_widgets.pri')
-rw-r--r-- | src/widgets/qt_widgets.pri | 50 |
1 files changed, 25 insertions, 25 deletions
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 \ |