diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /src/kernel/qt_kernel.pri | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 03904d262..d3e214b06 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -40,10 +40,10 @@ kernel { $$KERNEL_H/tqlayout.h \ $$KERNEL_P/tqlayoutengine_p.h \ $$KERNEL_H/tqtranslator.h \ - $$KERNEL_H/ntqmetaobject.h \ + $$KERNEL_H/tqmetaobject.h \ $$KERNEL_H/tqmime.h \ $$KERNEL_H/tqmovie.h \ - $$KERNEL_H/ntqnamespace.h \ + $$KERNEL_H/tqnamespace.h \ $$KERNEL_H/tqnetworkprotocol.h \ $$KERNEL_H/tqobject.h \ $$KERNEL_H/tqobjectcleanuphandler.h \ @@ -61,7 +61,7 @@ kernel { $$KERNEL_H/tqpixmapcache.h \ $$KERNEL_H/tqpointarray.h \ $$KERNEL_H/tqpoint.h \ - $$KERNEL_H/ntqpolygonscanner.h \ + $$KERNEL_H/tqpolygonscanner.h \ $$KERNEL_H/tqprinter.h \ $$KERNEL_H/tqprocess.h \ $$KERNEL_H/tqrect.h \ @@ -221,7 +221,7 @@ kernel { $$KERNEL_CPP/tqlayout.cpp \ $$KERNEL_CPP/tqlayoutengine.cpp \ $$KERNEL_CPP/tqtranslator.cpp \ - $$KERNEL_CPP/qmetaobject.cpp \ + $$KERNEL_CPP/tqmetaobject.cpp \ $$KERNEL_CPP/tqmime.cpp \ $$KERNEL_CPP/tqmovie.cpp \ $$KERNEL_CPP/tqnetworkprotocol.cpp \ @@ -235,7 +235,7 @@ kernel { $$KERNEL_CPP/tqpixmapcache.cpp \ $$KERNEL_CPP/tqpointarray.cpp \ $$KERNEL_CPP/tqpoint.cpp \ - $$KERNEL_CPP/qpolygonscanner.cpp \ + $$KERNEL_CPP/tqpolygonscanner.cpp \ $$KERNEL_CPP/tqprinter.cpp \ $$KERNEL_CPP/tqprocess.cpp \ $$KERNEL_CPP/tqrect.cpp \ |
