summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qt_dialogs.pri
diff options
context:
space:
mode:
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 \