From 367ff3fb9e3933f6704c98359cdd8d934ace941f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:52:58 +0900 Subject: Rename global classes nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/qt_kernel.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/qt_kernel.pri') diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index bd93c7c29..a31cab804 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -29,7 +29,7 @@ kernel { $$KERNEL_P/tqfontdata_p.h \ $$KERNEL_H/tqfontinfo.h \ $$KERNEL_H/tqfontmetrics.h \ - $$KERNEL_H/ntqguardedptr.h \ + $$KERNEL_H/tqguardedptr.h \ $$KERNEL_H/ntqgif.h \ $$KERNEL_H/tqiconset.h \ $$KERNEL_H/tqimage.h \ @@ -91,7 +91,7 @@ kernel { $$KERNEL_H/ntqvariant.h \ $$KERNEL_P/qrichtext_p.h \ $$KERNEL_P/qinternal_p.h \ - $$KERNEL_H/ntqgplugin.h \ + $$KERNEL_H/tqgplugin.h \ $$KERNEL_H/tqsimplerichtext.h \ $$KERNEL_CPP/qscriptengine_p.h \ $$KERNEL_CPP/tqtextengine_p.h \ @@ -213,7 +213,7 @@ kernel { $$KERNEL_CPP/qfocusdata.cpp \ $$KERNEL_CPP/tqfont.cpp \ $$KERNEL_CPP/tqfontdatabase.cpp \ - $$KERNEL_CPP/qguardedptr.cpp \ + $$KERNEL_CPP/tqguardedptr.cpp \ $$KERNEL_CPP/tqiconset.cpp \ $$KERNEL_CPP/tqimage.cpp \ $$KERNEL_CPP/tqimageformatplugin.cpp \ @@ -260,7 +260,7 @@ kernel { $$KERNEL_CPP/qrichtext.cpp \ $$KERNEL_CPP/qinternal.cpp \ $$KERNEL_CPP/qrichtext_p.cpp \ - $$KERNEL_CPP/qgplugin.cpp \ + $$KERNEL_CPP/tqgplugin.cpp \ $$KERNEL_CPP/tqsimplerichtext.cpp \ $$KERNEL_CPP/qscriptengine.cpp \ $$KERNEL_CPP/tqtextlayout.cpp \ -- cgit v1.2.1