diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /src/dialogs/qt_dialogs.pri | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs/qt_dialogs.pri')
| -rw-r--r-- | src/dialogs/qt_dialogs.pri | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri index e5c17042a..723b7ba89 100644 --- a/src/dialogs/qt_dialogs.pri +++ b/src/dialogs/qt_dialogs.pri @@ -9,9 +9,9 @@ dialogs { $$DIALOGS_H/tqfiledialog.h \ $$DIALOGS_H/tqfontdialog.h \ $$DIALOGS_H/ntqmessagebox.h \ - $$DIALOGS_H/ntqprogressdialog.h \ - $$DIALOGS_H/ntqtabdialog.h \ - $$DIALOGS_H/ntqwizard.h \ + $$DIALOGS_H/tqprogressdialog.h \ + $$DIALOGS_H/tqtabdialog.h \ + $$DIALOGS_H/tqwizard.h \ $$DIALOGS_H/ntqinputdialog.h !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/tqcolordialog_mac.cpp @@ -25,8 +25,8 @@ dialogs { $$DIALOGS_CPP/tqfiledialog.cpp \ $$DIALOGS_CPP/tqfontdialog.cpp \ $$DIALOGS_CPP/qmessagebox.cpp \ - $$DIALOGS_CPP/qprogressdialog.cpp \ - $$DIALOGS_CPP/qtabdialog.cpp \ - $$DIALOGS_CPP/qwizard.cpp \ + $$DIALOGS_CPP/tqprogressdialog.cpp \ + $$DIALOGS_CPP/tqtabdialog.cpp \ + $$DIALOGS_CPP/tqwizard.cpp \ $$DIALOGS_CPP/qinputdialog.cpp } |
