diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /include | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt-8c029298.tar.gz tqt-8c029298.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'include')
l--------- | include/ntqimage.h | 1 | ||||
l--------- | include/ntqimageformatplugin.h | 1 | ||||
l--------- | include/private/qimageformatinterface_p.h | 1 | ||||
l--------- | include/private/tqimageformatinterface_p.h | 1 | ||||
l--------- | include/tqimage.h | 1 | ||||
l--------- | include/tqimageformatplugin.h | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/include/ntqimage.h b/include/ntqimage.h deleted file mode 120000 index b6c62fd49..000000000 --- a/include/ntqimage.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqimage.h
\ No newline at end of file diff --git a/include/ntqimageformatplugin.h b/include/ntqimageformatplugin.h deleted file mode 120000 index dfb0ddbd5..000000000 --- a/include/ntqimageformatplugin.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqimageformatplugin.h
\ No newline at end of file diff --git a/include/private/qimageformatinterface_p.h b/include/private/qimageformatinterface_p.h deleted file mode 120000 index 7ce9e249b..000000000 --- a/include/private/qimageformatinterface_p.h +++ /dev/null @@ -1 +0,0 @@ -../../src/kernel/qimageformatinterface_p.h
\ No newline at end of file diff --git a/include/private/tqimageformatinterface_p.h b/include/private/tqimageformatinterface_p.h new file mode 120000 index 000000000..88cd30d54 --- /dev/null +++ b/include/private/tqimageformatinterface_p.h @@ -0,0 +1 @@ +../../src/kernel/tqimageformatinterface_p.h
\ No newline at end of file diff --git a/include/tqimage.h b/include/tqimage.h new file mode 120000 index 000000000..d1c56806e --- /dev/null +++ b/include/tqimage.h @@ -0,0 +1 @@ +../src/kernel/tqimage.h
\ No newline at end of file diff --git a/include/tqimageformatplugin.h b/include/tqimageformatplugin.h new file mode 120000 index 000000000..be8007f67 --- /dev/null +++ b/include/tqimageformatplugin.h @@ -0,0 +1 @@ +../src/kernel/tqimageformatplugin.h
\ No newline at end of file |