diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /include | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'include')
l--------- | include/ntqptrcollection.h | 1 | ||||
l--------- | include/ntqptrdict.h | 1 | ||||
l--------- | include/ntqptrlist.h | 1 | ||||
l--------- | include/ntqptrqueue.h | 1 | ||||
l--------- | include/ntqptrstack.h | 1 | ||||
l--------- | include/ntqptrvector.h | 1 | ||||
l--------- | include/tqptrcollection.h | 1 | ||||
l--------- | include/tqptrdict.h | 1 | ||||
l--------- | include/tqptrlist.h | 1 | ||||
l--------- | include/tqptrqueue.h | 1 | ||||
l--------- | include/tqptrstack.h | 1 | ||||
l--------- | include/tqptrvector.h | 1 |
12 files changed, 6 insertions, 6 deletions
diff --git a/include/ntqptrcollection.h b/include/ntqptrcollection.h deleted file mode 120000 index db4a3c1a7..000000000 --- a/include/ntqptrcollection.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrcollection.h
\ No newline at end of file diff --git a/include/ntqptrdict.h b/include/ntqptrdict.h deleted file mode 120000 index b015621ed..000000000 --- a/include/ntqptrdict.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrdict.h
\ No newline at end of file diff --git a/include/ntqptrlist.h b/include/ntqptrlist.h deleted file mode 120000 index 18d351546..000000000 --- a/include/ntqptrlist.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrlist.h
\ No newline at end of file diff --git a/include/ntqptrqueue.h b/include/ntqptrqueue.h deleted file mode 120000 index c5f4fd822..000000000 --- a/include/ntqptrqueue.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrqueue.h
\ No newline at end of file diff --git a/include/ntqptrstack.h b/include/ntqptrstack.h deleted file mode 120000 index 4b778a409..000000000 --- a/include/ntqptrstack.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrstack.h
\ No newline at end of file diff --git a/include/ntqptrvector.h b/include/ntqptrvector.h deleted file mode 120000 index d6fcf2d07..000000000 --- a/include/ntqptrvector.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqptrvector.h
\ No newline at end of file diff --git a/include/tqptrcollection.h b/include/tqptrcollection.h new file mode 120000 index 000000000..5d7529f3a --- /dev/null +++ b/include/tqptrcollection.h @@ -0,0 +1 @@ +../src/tools/tqptrcollection.h
\ No newline at end of file diff --git a/include/tqptrdict.h b/include/tqptrdict.h new file mode 120000 index 000000000..eed77ac54 --- /dev/null +++ b/include/tqptrdict.h @@ -0,0 +1 @@ +../src/tools/tqptrdict.h
\ No newline at end of file diff --git a/include/tqptrlist.h b/include/tqptrlist.h new file mode 120000 index 000000000..46f5f7654 --- /dev/null +++ b/include/tqptrlist.h @@ -0,0 +1 @@ +../src/tools/tqptrlist.h
\ No newline at end of file diff --git a/include/tqptrqueue.h b/include/tqptrqueue.h new file mode 120000 index 000000000..2f589c5df --- /dev/null +++ b/include/tqptrqueue.h @@ -0,0 +1 @@ +../src/tools/tqptrqueue.h
\ No newline at end of file diff --git a/include/tqptrstack.h b/include/tqptrstack.h new file mode 120000 index 000000000..74d599b7a --- /dev/null +++ b/include/tqptrstack.h @@ -0,0 +1 @@ +../src/tools/tqptrstack.h
\ No newline at end of file diff --git a/include/tqptrvector.h b/include/tqptrvector.h new file mode 120000 index 000000000..062547f3e --- /dev/null +++ b/include/tqptrvector.h @@ -0,0 +1 @@ +../src/tools/tqptrvector.h
\ No newline at end of file |