summaryrefslogtreecommitdiffstats
path: root/src/kernel/qt_kernel.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r--src/kernel/qt_kernel.pri34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index fbde927e1..c3b5c4b2d 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -3,19 +3,19 @@
kernel {
KERNEL_P = kernel
HEADERS += \
- $$KERNEL_H/ntqaccel.h \
+ $$KERNEL_H/tqaccel.h \
$$KERNEL_P/qucomextra_p.h \
$$KERNEL_H/ntqapplication.h \
$$KERNEL_P/qapplication_p.h \
- $$KERNEL_H/ntqasyncimageio.h \
- $$KERNEL_H/ntqasyncio.h \
+ $$KERNEL_H/tqasyncimageio.h \
+ $$KERNEL_H/tqasyncio.h \
$$KERNEL_H/tqbitmap.h \
$$KERNEL_H/tqbrush.h \
$$KERNEL_H/tqclipboard.h \
$$KERNEL_H/tqcolor.h \
$$KERNEL_P/tqcolor_p.h \
- $$KERNEL_H/ntqconnection.h \
- $$KERNEL_H/ntqcursor.h \
+ $$KERNEL_H/tqconnection.h \
+ $$KERNEL_H/tqcursor.h \
$$KERNEL_H/tqdesktopwidget.h \
$$KERNEL_H/tqdragobject.h \
$$KERNEL_H/ntqdrawutil.h \
@@ -113,7 +113,7 @@ kernel {
win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
$$KERNEL_CPP/tqclipboard_win.cpp \
$$KERNEL_CPP/tqcolor_win.cpp \
- $$KERNEL_CPP/qcursor_win.cpp \
+ $$KERNEL_CPP/tqcursor_win.cpp \
$$KERNEL_CPP/tqdesktopwidget_win.cpp \
$$KERNEL_CPP/qdnd_win.cpp \
$$KERNEL_CPP/tqeventloop_win.cpp \
@@ -136,7 +136,7 @@ kernel {
SOURCES += $$KERNEL_CPP/qapplication_x11.cpp \
$$KERNEL_CPP/tqclipboard_x11.cpp \
$$KERNEL_CPP/tqcolor_x11.cpp \
- $$KERNEL_CPP/qcursor_x11.cpp \
+ $$KERNEL_CPP/tqcursor_x11.cpp \
$$KERNEL_CPP/qdnd_x11.cpp \
$$KERNEL_CPP/tqdesktopwidget_x11.cpp \
$$KERNEL_CPP/tqfont_x11.cpp \
@@ -166,7 +166,7 @@ kernel {
SOURCES += $$KERNEL_CPP/qapplication_mac.cpp \
$$KERNEL_CPP/tqclipboard_mac.cpp \
$$KERNEL_CPP/tqcolor_mac.cpp \
- $$KERNEL_CPP/qcursor_mac.cpp \
+ $$KERNEL_CPP/tqcursor_mac.cpp \
$$KERNEL_CPP/tqmime_mac.cpp \
$$KERNEL_CPP/qdnd_mac.cpp \
$$KERNEL_CPP/tqdesktopwidget_mac.cpp \
@@ -195,16 +195,16 @@ kernel {
SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \
$$KERNEL_CPP/qucomextra.cpp \
- $$KERNEL_CPP/qaccel.cpp \
+ $$KERNEL_CPP/tqaccel.cpp \
$$KERNEL_CPP/qapplication.cpp \
- $$KERNEL_CPP/qasyncimageio.cpp \
- $$KERNEL_CPP/qasyncio.cpp \
+ $$KERNEL_CPP/tqasyncimageio.cpp \
+ $$KERNEL_CPP/tqasyncio.cpp \
$$KERNEL_CPP/tqbitmap.cpp \
$$KERNEL_CPP/tqclipboard.cpp \
$$KERNEL_CPP/tqcolor.cpp \
$$KERNEL_CPP/tqcolor_p.cpp \
- $$KERNEL_CPP/qconnection.cpp \
- $$KERNEL_CPP/qcursor.cpp \
+ $$KERNEL_CPP/tqconnection.cpp \
+ $$KERNEL_CPP/tqcursor.cpp \
$$KERNEL_CPP/tqdragobject.cpp \
$$KERNEL_CPP/qdrawutil.cpp \
$$KERNEL_CPP/tqdropsite.cpp \
@@ -270,10 +270,10 @@ kernel {
$$KERNEL_H/tqfontdatabase.h
accessibility {
- HEADERS += $$KERNEL_H/ntqaccessible.h
- SOURCES += $$KERNEL_CPP/qaccessible.cpp
+ HEADERS += $$KERNEL_H/tqaccessible.h
+ SOURCES += $$KERNEL_CPP/tqaccessible.cpp
- !embedded:!x11:mac:SOURCES += $$KERNEL_CPP/qaccessible_mac.cpp
- else:win32:SOURCES += $$KERNEL_CPP/qaccessible_win.cpp
+ !embedded:!x11:mac:SOURCES += $$KERNEL_CPP/tqaccessible_mac.cpp
+ else:win32:SOURCES += $$KERNEL_CPP/tqaccessible_win.cpp
}
}