summaryrefslogtreecommitdiffstats
path: root/src/kernel/qt_kernel.pri
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/qt_kernel.pri
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-397b7afa.tar.gz
tqt-397b7afa.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r--src/kernel/qt_kernel.pri12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 84a383a5d..05d5c8cd7 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -5,8 +5,8 @@ kernel {
HEADERS += \
$$KERNEL_H/tqaccel.h \
$$KERNEL_P/tqucomextra_p.h \
- $$KERNEL_H/ntqapplication.h \
- $$KERNEL_P/qapplication_p.h \
+ $$KERNEL_H/tqapplication.h \
+ $$KERNEL_P/tqapplication_p.h \
$$KERNEL_H/tqasyncimageio.h \
$$KERNEL_H/tqasyncio.h \
$$KERNEL_H/tqbitmap.h \
@@ -110,7 +110,7 @@ kernel {
HEADERS+=$$KERNEL_P/tqeventloop_glib_p.h
}
- win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
+ win32:SOURCES += $$KERNEL_CPP/tqapplication_win.cpp \
$$KERNEL_CPP/tqclipboard_win.cpp \
$$KERNEL_CPP/tqcolor_win.cpp \
$$KERNEL_CPP/tqcursor_win.cpp \
@@ -133,7 +133,7 @@ kernel {
$$KERNEL_CPP/tqfontengine_win.cpp
unix:x11 {
- SOURCES += $$KERNEL_CPP/qapplication_x11.cpp \
+ SOURCES += $$KERNEL_CPP/tqapplication_x11.cpp \
$$KERNEL_CPP/tqclipboard_x11.cpp \
$$KERNEL_CPP/tqcolor_x11.cpp \
$$KERNEL_CPP/tqcursor_x11.cpp \
@@ -163,7 +163,7 @@ kernel {
exists(tqsound_mac.cpp):SOURCES += $$KERNEL_CPP/tqsound_mac.cpp
}
!embedded:!x11:mac {
- SOURCES += $$KERNEL_CPP/qapplication_mac.cpp \
+ SOURCES += $$KERNEL_CPP/tqapplication_mac.cpp \
$$KERNEL_CPP/tqclipboard_mac.cpp \
$$KERNEL_CPP/tqcolor_mac.cpp \
$$KERNEL_CPP/tqcursor_mac.cpp \
@@ -196,7 +196,7 @@ kernel {
SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \
$$KERNEL_CPP/tqucomextra.cpp \
$$KERNEL_CPP/tqaccel.cpp \
- $$KERNEL_CPP/qapplication.cpp \
+ $$KERNEL_CPP/tqapplication.cpp \
$$KERNEL_CPP/tqasyncimageio.cpp \
$$KERNEL_CPP/tqasyncio.cpp \
$$KERNEL_CPP/tqbitmap.cpp \