diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /src/kernel/qt_kernel.pri | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip | |
Rename remaining ntq[s-z]* related 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.pri | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index d3e214b06..315b931fd 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -74,7 +74,7 @@ kernel { $$KERNEL_H/tqsizegrip.h \ $$KERNEL_H/tqsizepolicy.h \ $$KERNEL_H/tqsocketnotifier.h \ - $$KERNEL_H/ntqsound.h \ + $$KERNEL_H/tqsound.h \ $$KERNEL_H/tqstyle.h \ $$KERNEL_H/tqstylesheet.h \ $$KERNEL_H/tqthread.h \ @@ -86,9 +86,9 @@ kernel { $$KERNEL_H/tqwidget.h \ $$KERNEL_H/tqwidgetintdict.h \ $$KERNEL_H/tqwidgetlist.h \ - $$KERNEL_H/ntqwindowdefs.h \ + $$KERNEL_H/tqwindowdefs.h \ $$KERNEL_H/tqwmatrix.h \ - $$KERNEL_H/ntqvariant.h \ + $$KERNEL_H/tqvariant.h \ $$KERNEL_P/qrichtext_p.h \ $$KERNEL_P/qinternal_p.h \ $$KERNEL_H/tqgplugin.h \ @@ -126,7 +126,7 @@ kernel { $$KERNEL_CPP/tqpaintdevice_win.cpp \ $$KERNEL_CPP/tqpainter_win.cpp \ $$KERNEL_CPP/tqregion_win.cpp \ - $$KERNEL_CPP/qsound_win.cpp \ + $$KERNEL_CPP/tqsound_win.cpp \ $$KERNEL_CPP/tqthread_win.cpp \ $$KERNEL_CPP/tqwidget_win.cpp \ $$KERNEL_CPP/qole_win.c \ @@ -147,7 +147,7 @@ kernel { $$KERNEL_CPP/tqpaintdevice_x11.cpp \ $$KERNEL_CPP/tqpainter_x11.cpp \ $$KERNEL_CPP/tqregion_x11.cpp \ - $$KERNEL_CPP/qsound_x11.cpp \ + $$KERNEL_CPP/tqsound_x11.cpp \ $$KERNEL_CPP/tqwidget_x11.cpp \ $$KERNEL_CPP/tqwidgetcreate_x11.cpp \ $$KERNEL_CPP/tqfontengine_x11.cpp @@ -160,7 +160,7 @@ kernel { } !x11:mac { - exists(qsound_mac.cpp):SOURCES += $$KERNEL_CPP/qsound_mac.cpp + exists(tqsound_mac.cpp):SOURCES += $$KERNEL_CPP/tqsound_mac.cpp } !embedded:!x11:mac { SOURCES += $$KERNEL_CPP/qapplication_mac.cpp \ @@ -246,7 +246,7 @@ kernel { $$KERNEL_CPP/tqsizegrip.cpp \ $$KERNEL_CPP/tqstyle.cpp \ $$KERNEL_CPP/tqsocketnotifier.cpp \ - $$KERNEL_CPP/qsound.cpp \ + $$KERNEL_CPP/tqsound.cpp \ $$KERNEL_CPP/tqstylesheet.cpp \ $$KERNEL_CPP/tqthread.cpp \ $$KERNEL_CPP/tqtimer.cpp \ @@ -256,7 +256,7 @@ kernel { $$KERNEL_CPP/tqurlinfo.cpp \ $$KERNEL_CPP/tqwidget.cpp \ $$KERNEL_CPP/tqwmatrix.cpp \ - $$KERNEL_CPP/qvariant.cpp \ + $$KERNEL_CPP/tqvariant.cpp \ $$KERNEL_CPP/qrichtext.cpp \ $$KERNEL_CPP/qinternal.cpp \ $$KERNEL_CPP/qrichtext_p.cpp \ |
