summaryrefslogtreecommitdiffstats
path: root/src/kernel/qt_kernel.pri
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/kernel/qt_kernel.pri
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r--src/kernel/qt_kernel.pri16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 6baa0c732..f21fbfd17 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -83,9 +83,9 @@ kernel {
$$KERNEL_H/ntqlocalfs.h \
$$KERNEL_H/ntqurloperator.h \
$$KERNEL_H/ntqurlinfo.h \
- $$KERNEL_H/ntqwidget.h \
- $$KERNEL_H/ntqwidgetintdict.h \
- $$KERNEL_H/ntqwidgetlist.h \
+ $$KERNEL_H/tqwidget.h \
+ $$KERNEL_H/tqwidgetintdict.h \
+ $$KERNEL_H/tqwidgetlist.h \
$$KERNEL_H/ntqwindowdefs.h \
$$KERNEL_H/ntqwmatrix.h \
$$KERNEL_H/ntqvariant.h \
@@ -128,7 +128,7 @@ kernel {
$$KERNEL_CPP/qregion_win.cpp \
$$KERNEL_CPP/qsound_win.cpp \
$$KERNEL_CPP/qthread_win.cpp \
- $$KERNEL_CPP/qwidget_win.cpp \
+ $$KERNEL_CPP/tqwidget_win.cpp \
$$KERNEL_CPP/qole_win.c \
$$KERNEL_CPP/qfontengine_win.cpp
@@ -148,8 +148,8 @@ kernel {
$$KERNEL_CPP/qpainter_x11.cpp \
$$KERNEL_CPP/qregion_x11.cpp \
$$KERNEL_CPP/qsound_x11.cpp \
- $$KERNEL_CPP/qwidget_x11.cpp \
- $$KERNEL_CPP/qwidgetcreate_x11.cpp \
+ $$KERNEL_CPP/tqwidget_x11.cpp \
+ $$KERNEL_CPP/tqwidgetcreate_x11.cpp \
$$KERNEL_CPP/qfontengine_x11.cpp
glibmainloop {
SOURCES += $$KERNEL_CPP/qeventloop_x11_glib.cpp
@@ -176,7 +176,7 @@ kernel {
$$KERNEL_CPP/qpaintdevice_mac.cpp \
$$KERNEL_CPP/qpainter_mac.cpp \
$$KERNEL_CPP/qregion_mac.cpp \
- $$KERNEL_CPP/qwidget_mac.cpp \
+ $$KERNEL_CPP/tqwidget_mac.cpp \
$$KERNEL_CPP/qeventloop_mac.cpp \
$$KERNEL_CPP/qfont_mac.cpp \
$$KERNEL_CPP/qfontengine_mac.cpp
@@ -255,7 +255,7 @@ kernel {
$$KERNEL_CPP/qlocalfs.cpp \
$$KERNEL_CPP/qurloperator.cpp \
$$KERNEL_CPP/qurlinfo.cpp \
- $$KERNEL_CPP/qwidget.cpp \
+ $$KERNEL_CPP/tqwidget.cpp \
$$KERNEL_CPP/qwmatrix.cpp \
$$KERNEL_CPP/qvariant.cpp \
$$KERNEL_CPP/qrichtext.cpp \