summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qt_dialogs.pri
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/dialogs/qt_dialogs.pri
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs/qt_dialogs.pri')
-rw-r--r--src/dialogs/qt_dialogs.pri10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri
index cfd0f5b06..669dd70a4 100644
--- a/src/dialogs/qt_dialogs.pri
+++ b/src/dialogs/qt_dialogs.pri
@@ -3,27 +3,27 @@
dialogs {
DIALOGS_P = dialogs
- HEADERS += $$DIALOGS_H/ntqcolordialog.h \
+ HEADERS += $$DIALOGS_H/tqcolordialog.h \
$$DIALOGS_H/ntqdialog.h \
$$DIALOGS_H/ntqerrormessage.h \
$$DIALOGS_H/tqfiledialog.h \
- $$DIALOGS_H/ntqfontdialog.h \
+ $$DIALOGS_H/tqfontdialog.h \
$$DIALOGS_H/ntqmessagebox.h \
$$DIALOGS_H/ntqprogressdialog.h \
$$DIALOGS_H/ntqtabdialog.h \
$$DIALOGS_H/ntqwizard.h \
$$DIALOGS_H/ntqinputdialog.h
- !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp
+ !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/tqcolordialog_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 \
+ SOURCES += $$DIALOGS_CPP/tqcolordialog.cpp \
$$DIALOGS_CPP/qdialog.cpp \
$$DIALOGS_CPP/qerrormessage.cpp \
$$DIALOGS_CPP/tqfiledialog.cpp \
- $$DIALOGS_CPP/qfontdialog.cpp \
+ $$DIALOGS_CPP/tqfontdialog.cpp \
$$DIALOGS_CPP/qmessagebox.cpp \
$$DIALOGS_CPP/qprogressdialog.cpp \
$$DIALOGS_CPP/qtabdialog.cpp \