diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/dialogs/qt_dialogs.pri | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri index aa0433f50..cfd0f5b06 100644 --- a/src/dialogs/qt_dialogs.pri +++ b/src/dialogs/qt_dialogs.pri @@ -6,7 +6,7 @@ dialogs { HEADERS += $$DIALOGS_H/ntqcolordialog.h \ $$DIALOGS_H/ntqdialog.h \ $$DIALOGS_H/ntqerrormessage.h \ - $$DIALOGS_H/ntqfiledialog.h \ + $$DIALOGS_H/tqfiledialog.h \ $$DIALOGS_H/ntqfontdialog.h \ $$DIALOGS_H/ntqmessagebox.h \ $$DIALOGS_H/ntqprogressdialog.h \ @@ -14,15 +14,15 @@ dialogs { $$DIALOGS_H/ntqwizard.h \ $$DIALOGS_H/ntqinputdialog.h - !embedded:mac:SOURCES += $$DIALOGS_CPP/qfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp - win32:SOURCES += $$DIALOGS_CPP/qfiledialog_win.cpp + !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp + win32:SOURCES += $$DIALOGS_CPP/tqfiledialog_win.cpp unix:SOURCES += $$DIALOGS_CPP/qprintdialog.cpp unix:HEADERS += $$DIALOGS_H/ntqprintdialog.h SOURCES += $$DIALOGS_CPP/qcolordialog.cpp \ $$DIALOGS_CPP/qdialog.cpp \ $$DIALOGS_CPP/qerrormessage.cpp \ - $$DIALOGS_CPP/qfiledialog.cpp \ + $$DIALOGS_CPP/tqfiledialog.cpp \ $$DIALOGS_CPP/qfontdialog.cpp \ $$DIALOGS_CPP/qmessagebox.cpp \ $$DIALOGS_CPP/qprogressdialog.cpp \ |