diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:52:58 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 | 
| commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
| tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /src/kernel/qt_kernel.pri | |
| parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
| download | tqt-367ff3fb.tar.gz tqt-367ff3fb.zip | |
Rename global classes nt* 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 | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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 \ | 
