diff options
Diffstat (limited to 'src/widgets/qt_widgets.pri')
-rw-r--r-- | src/widgets/qt_widgets.pri | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index a678e21de..8be28d1cf 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -8,7 +8,7 @@ widgets { $$WIDGETS_P/qdialogbuttons_p.h \ $$WIDGETS_H/ntqcheckbox.h \ $$WIDGETS_H/ntqcombobox.h \ - $$WIDGETS_P/qwidgetresizehandler_p.h \ + $$WIDGETS_P/tqwidgetresizehandler_p.h \ $$WIDGETS_H/ntqdial.h \ $$WIDGETS_H/ntqdockarea.h \ $$WIDGETS_H/ntqdockwindow.h \ @@ -56,21 +56,21 @@ widgets { $$WIDGETS_H/ntqvbuttongroup.h \ $$WIDGETS_H/ntqvgroupbox.h \ $$WIDGETS_H/ntqwhatsthis.h \ - $$WIDGETS_H/ntqwidgetstack.h \ + $$WIDGETS_H/tqwidgetstack.h \ $$WIDGETS_H/ntqaction.h \ $$WIDGETS_H/ntqdatetimeedit.h \ $$WIDGETS_H/ntqtextview.h \ $$WIDGETS_H/ntqtextbrowser.h \ $$WIDGETS_H/ntqtextedit.h \ - $$WIDGETS_P/qwidgetinterface_p.h \ - $$WIDGETS_H/ntqwidgetplugin.h + $$WIDGETS_P/tqwidgetinterface_p.h \ + $$WIDGETS_H/tqwidgetplugin.h SOURCES += $$WIDGETS_CPP/qbuttongroup.cpp \ $$WIDGETS_CPP/qbutton.cpp \ $$WIDGETS_CPP/qdialogbuttons.cpp \ $$WIDGETS_CPP/qcheckbox.cpp \ $$WIDGETS_CPP/qcombobox.cpp \ - $$WIDGETS_CPP/qwidgetresizehandler.cpp \ + $$WIDGETS_CPP/tqwidgetresizehandler.cpp \ $$WIDGETS_CPP/qdial.cpp \ $$WIDGETS_CPP/qdockarea.cpp \ $$WIDGETS_CPP/qdockwindow.cpp \ @@ -118,14 +118,14 @@ widgets { $$WIDGETS_CPP/qvbuttongroup.cpp \ $$WIDGETS_CPP/qvgroupbox.cpp \ $$WIDGETS_CPP/qwhatsthis.cpp \ - $$WIDGETS_CPP/qwidgetstack.cpp \ + $$WIDGETS_CPP/tqwidgetstack.cpp \ $$WIDGETS_CPP/qaction.cpp \ $$WIDGETS_CPP/qdatetimeedit.cpp \ $$WIDGETS_CPP/qeffects.cpp \ $$WIDGETS_CPP/qtextview.cpp \ $$WIDGETS_CPP/qtextbrowser.cpp \ $$WIDGETS_CPP/qtextedit.cpp \ - $$WIDGETS_CPP/qwidgetplugin.cpp + $$WIDGETS_CPP/tqwidgetplugin.cpp !embedded:mac:SOURCES += $$WIDGETS_CPP/qmenubar_mac.cpp } |