diff options
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 446019b6e..c4690a3f6 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -77,7 +77,7 @@ kernel { $$KERNEL_H/ntqsound.h \ $$KERNEL_H/tqstyle.h \ $$KERNEL_H/tqstylesheet.h \ - $$KERNEL_H/ntqthread.h \ + $$KERNEL_H/tqthread.h \ $$KERNEL_H/tqtimer.h \ $$KERNEL_H/ntqurl.h \ $$KERNEL_H/ntqlocalfs.h \ @@ -127,7 +127,7 @@ kernel { $$KERNEL_CPP/qpainter_win.cpp \ $$KERNEL_CPP/qregion_win.cpp \ $$KERNEL_CPP/qsound_win.cpp \ - $$KERNEL_CPP/qthread_win.cpp \ + $$KERNEL_CPP/tqthread_win.cpp \ $$KERNEL_CPP/tqwidget_win.cpp \ $$KERNEL_CPP/qole_win.c \ $$KERNEL_CPP/qfontengine_win.cpp @@ -191,7 +191,7 @@ kernel { } unix:SOURCES += $$KERNEL_CPP/qprocess_unix.cpp \ - $$KERNEL_CPP/qthread_unix.cpp + $$KERNEL_CPP/tqthread_unix.cpp SOURCES += $$KERNEL_CPP/qabstractlayout.cpp \ $$KERNEL_CPP/qucomextra.cpp \ @@ -248,7 +248,7 @@ kernel { $$KERNEL_CPP/qsocketnotifier.cpp \ $$KERNEL_CPP/qsound.cpp \ $$KERNEL_CPP/tqstylesheet.cpp \ - $$KERNEL_CPP/qthread.cpp \ + $$KERNEL_CPP/tqthread.cpp \ $$KERNEL_CPP/tqtimer.cpp \ $$KERNEL_CPP/qurl.cpp \ $$KERNEL_CPP/qlocalfs.cpp \ |