diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /src/widgets/qt_widgets.pri | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
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 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index a74eb7483..38ef25ca9 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -26,11 +26,11 @@ widgets { $$WIDGETS_H/ntqlineedit.h \ $$WIDGETS_H/ntqlistbox.h \ $$WIDGETS_H/ntqlistview.h \ - $$WIDGETS_H/ntqmainwindow.h \ - $$WIDGETS_H/ntqmenubar.h \ - $$WIDGETS_H/ntqmenudata.h \ + $$WIDGETS_H/tqmainwindow.h \ + $$WIDGETS_H/tqmenubar.h \ + $$WIDGETS_H/tqmenudata.h \ $$WIDGETS_H/ntqmultilineedit.h \ - $$WIDGETS_H/ntqpopupmenu.h \ + $$WIDGETS_H/tqpopupmenu.h \ $$WIDGETS_H/ntqprogressbar.h \ $$WIDGETS_H/ntqpushbutton.h \ $$WIDGETS_H/ntqradiobutton.h \ @@ -41,23 +41,23 @@ widgets { $$WIDGETS_H/ntqsplashscreen.h \ $$WIDGETS_H/ntqspinbox.h \ $$WIDGETS_H/ntqsplitter.h \ - $$WIDGETS_H/ntqstatusbar.h \ + $$WIDGETS_H/tqstatusbar.h \ $$WIDGETS_H/ntqtabbar.h \ $$WIDGETS_H/ntqsyntaxhighlighter.h \ $$WIDGETS_P/qsyntaxhighlighter_p.h \ $$WIDGETS_H/ntqtabwidget.h \ $$WIDGETS_P/qtitlebar_p.h \ - $$WIDGETS_H/ntqtoolbar.h \ - $$WIDGETS_H/ntqtoolbox.h \ - $$WIDGETS_H/ntqtoolbutton.h \ - $$WIDGETS_H/ntqtooltip.h \ + $$WIDGETS_H/tqtoolbar.h \ + $$WIDGETS_H/tqtoolbox.h \ + $$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/ntqwhatsthis.h \ $$WIDGETS_H/tqwidgetstack.h \ - $$WIDGETS_H/ntqaction.h \ + $$WIDGETS_H/tqaction.h \ $$WIDGETS_H/tqdatetimeedit.h \ $$WIDGETS_H/tqtextview.h \ $$WIDGETS_H/tqtextbrowser.h \ @@ -88,11 +88,11 @@ widgets { $$WIDGETS_CPP/qlineedit.cpp \ $$WIDGETS_CPP/qlistbox.cpp \ $$WIDGETS_CPP/qlistview.cpp \ - $$WIDGETS_CPP/qmainwindow.cpp \ - $$WIDGETS_CPP/qmenubar.cpp \ - $$WIDGETS_CPP/qmenudata.cpp \ + $$WIDGETS_CPP/tqmainwindow.cpp \ + $$WIDGETS_CPP/tqmenubar.cpp \ + $$WIDGETS_CPP/tqmenudata.cpp \ $$WIDGETS_CPP/qmultilineedit.cpp \ - $$WIDGETS_CPP/qpopupmenu.cpp \ + $$WIDGETS_CPP/tqpopupmenu.cpp \ $$WIDGETS_CPP/qprogressbar.cpp \ $$WIDGETS_CPP/qpushbutton.cpp \ $$WIDGETS_CPP/qradiobutton.cpp \ @@ -104,29 +104,29 @@ widgets { $$WIDGETS_CPP/qspinbox.cpp \ $$WIDGETS_CPP/qspinwidget.cpp \ $$WIDGETS_CPP/qsplitter.cpp \ - $$WIDGETS_CPP/qstatusbar.cpp \ + $$WIDGETS_CPP/tqstatusbar.cpp \ $$WIDGETS_CPP/qsyntaxhighlighter.cpp \ $$WIDGETS_CPP/qtabbar.cpp \ $$WIDGETS_CPP/qtabwidget.cpp \ $$WIDGETS_CPP/qtitlebar.cpp \ - $$WIDGETS_CPP/qtoolbar.cpp \ - $$WIDGETS_CPP/qtoolbox.cpp \ - $$WIDGETS_CPP/qtoolbutton.cpp \ - $$WIDGETS_CPP/qtooltip.cpp \ + $$WIDGETS_CPP/tqtoolbar.cpp \ + $$WIDGETS_CPP/tqtoolbox.cpp \ + $$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/qwhatsthis.cpp \ $$WIDGETS_CPP/tqwidgetstack.cpp \ - $$WIDGETS_CPP/qaction.cpp \ + $$WIDGETS_CPP/tqaction.cpp \ $$WIDGETS_CPP/tqdatetimeedit.cpp \ $$WIDGETS_CPP/qeffects.cpp \ $$WIDGETS_CPP/tqtextview.cpp \ $$WIDGETS_CPP/tqtextbrowser.cpp \ $$WIDGETS_CPP/tqtextedit.cpp \ $$WIDGETS_CPP/tqwidgetplugin.cpp - !embedded:mac:SOURCES += $$WIDGETS_CPP/qmenubar_mac.cpp + !embedded:mac:SOURCES += $$WIDGETS_CPP/tqmenubar_mac.cpp } wince-* { |