diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 | 
| commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
| tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /src/kernel/qt_kernel.pri | |
| parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
| download | tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip  | |
Rename layout 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 64424b6d6..279ac107b 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -37,8 +37,8 @@ kernel {  		  $$KERNEL_H/tqimageformatplugin.h \  		  $$KERNEL_H/ntqkeycode.h \  		  $$KERNEL_H/ntqkeysequence.h \ -		  $$KERNEL_H/ntqlayout.h \ -		  $$KERNEL_P/qlayoutengine_p.h \ +		  $$KERNEL_H/tqlayout.h \ +		  $$KERNEL_P/tqlayoutengine_p.h \  		  $$KERNEL_H/tqtranslator.h \  		  $$KERNEL_H/ntqmetaobject.h \  		  $$KERNEL_H/tqmime.h \ @@ -218,8 +218,8 @@ kernel {  		  $$KERNEL_CPP/tqimage.cpp \  		  $$KERNEL_CPP/tqimageformatplugin.cpp \  		  $$KERNEL_CPP/qkeysequence.cpp \ -		  $$KERNEL_CPP/qlayout.cpp \ -		  $$KERNEL_CPP/qlayoutengine.cpp \ +		  $$KERNEL_CPP/tqlayout.cpp \ +		  $$KERNEL_CPP/tqlayoutengine.cpp \  		  $$KERNEL_CPP/tqtranslator.cpp \  		  $$KERNEL_CPP/qmetaobject.cpp \  		  $$KERNEL_CPP/tqmime.cpp \  | 
