diff options
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 16 |
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 \ |