diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /include | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'include')
l--------- | include/ntqasciicache.h | 1 | ||||
l--------- | include/ntqasciidict.h | 1 | ||||
l--------- | include/ntqbitarray.h | 1 | ||||
l--------- | include/ntqbitmap.h | 1 | ||||
l--------- | include/ntqcache.h | 1 | ||||
l--------- | include/ntqcstring.h | 1 | ||||
l--------- | include/ntqdeepcopy.h | 1 | ||||
l--------- | include/ntqdict.h | 1 | ||||
l--------- | include/ntqintcache.h | 1 | ||||
l--------- | include/ntqintdict.h | 1 | ||||
l--------- | include/ntqmemarray.h | 1 | ||||
l--------- | include/ntqregexp.h | 1 | ||||
l--------- | include/tqasciicache.h | 1 | ||||
l--------- | include/tqasciidict.h | 1 | ||||
l--------- | include/tqbitarray.h | 1 | ||||
l--------- | include/tqbitmap.h | 1 | ||||
l--------- | include/tqcache.h | 1 | ||||
l--------- | include/tqcstring.h | 1 | ||||
l--------- | include/tqdeepcopy.h | 1 | ||||
l--------- | include/tqdict.h | 1 | ||||
l--------- | include/tqintcache.h | 1 | ||||
l--------- | include/tqintdict.h | 1 | ||||
l--------- | include/tqmemarray.h | 1 | ||||
l--------- | include/tqregexp.h | 1 |
24 files changed, 12 insertions, 12 deletions
diff --git a/include/ntqasciicache.h b/include/ntqasciicache.h deleted file mode 120000 index 6abe00a3f..000000000 --- a/include/ntqasciicache.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqasciicache.h
\ No newline at end of file diff --git a/include/ntqasciidict.h b/include/ntqasciidict.h deleted file mode 120000 index fd77fcce9..000000000 --- a/include/ntqasciidict.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqasciidict.h
\ No newline at end of file diff --git a/include/ntqbitarray.h b/include/ntqbitarray.h deleted file mode 120000 index d32698790..000000000 --- a/include/ntqbitarray.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqbitarray.h
\ No newline at end of file diff --git a/include/ntqbitmap.h b/include/ntqbitmap.h deleted file mode 120000 index 85c2cbdc2..000000000 --- a/include/ntqbitmap.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqbitmap.h
\ No newline at end of file diff --git a/include/ntqcache.h b/include/ntqcache.h deleted file mode 120000 index cdf680392..000000000 --- a/include/ntqcache.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqcache.h
\ No newline at end of file diff --git a/include/ntqcstring.h b/include/ntqcstring.h deleted file mode 120000 index df8eb274a..000000000 --- a/include/ntqcstring.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqcstring.h
\ No newline at end of file diff --git a/include/ntqdeepcopy.h b/include/ntqdeepcopy.h deleted file mode 120000 index 1a744a5b9..000000000 --- a/include/ntqdeepcopy.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqdeepcopy.h
\ No newline at end of file diff --git a/include/ntqdict.h b/include/ntqdict.h deleted file mode 120000 index b6ce5c0a5..000000000 --- a/include/ntqdict.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqdict.h
\ No newline at end of file diff --git a/include/ntqintcache.h b/include/ntqintcache.h deleted file mode 120000 index 2ac8d6e16..000000000 --- a/include/ntqintcache.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqintcache.h
\ No newline at end of file diff --git a/include/ntqintdict.h b/include/ntqintdict.h deleted file mode 120000 index 7a2c7695b..000000000 --- a/include/ntqintdict.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqintdict.h
\ No newline at end of file diff --git a/include/ntqmemarray.h b/include/ntqmemarray.h deleted file mode 120000 index 4d3c8c8ed..000000000 --- a/include/ntqmemarray.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqmemarray.h
\ No newline at end of file diff --git a/include/ntqregexp.h b/include/ntqregexp.h deleted file mode 120000 index 601b07d85..000000000 --- a/include/ntqregexp.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqregexp.h
\ No newline at end of file diff --git a/include/tqasciicache.h b/include/tqasciicache.h new file mode 120000 index 000000000..b6862feb3 --- /dev/null +++ b/include/tqasciicache.h @@ -0,0 +1 @@ +../src/tools/tqasciicache.h
\ No newline at end of file diff --git a/include/tqasciidict.h b/include/tqasciidict.h new file mode 120000 index 000000000..a0150adbc --- /dev/null +++ b/include/tqasciidict.h @@ -0,0 +1 @@ +../src/tools/tqasciidict.h
\ No newline at end of file diff --git a/include/tqbitarray.h b/include/tqbitarray.h new file mode 120000 index 000000000..fa3fcdfa4 --- /dev/null +++ b/include/tqbitarray.h @@ -0,0 +1 @@ +../src/tools/tqbitarray.h
\ No newline at end of file diff --git a/include/tqbitmap.h b/include/tqbitmap.h new file mode 120000 index 000000000..2d6a6e258 --- /dev/null +++ b/include/tqbitmap.h @@ -0,0 +1 @@ +../src/kernel/tqbitmap.h
\ No newline at end of file diff --git a/include/tqcache.h b/include/tqcache.h new file mode 120000 index 000000000..bd22e00ec --- /dev/null +++ b/include/tqcache.h @@ -0,0 +1 @@ +../src/tools/tqcache.h
\ No newline at end of file diff --git a/include/tqcstring.h b/include/tqcstring.h new file mode 120000 index 000000000..cfa91974e --- /dev/null +++ b/include/tqcstring.h @@ -0,0 +1 @@ +../src/tools/tqcstring.h
\ No newline at end of file diff --git a/include/tqdeepcopy.h b/include/tqdeepcopy.h new file mode 120000 index 000000000..e91b4e16e --- /dev/null +++ b/include/tqdeepcopy.h @@ -0,0 +1 @@ +../src/tools/tqdeepcopy.h
\ No newline at end of file diff --git a/include/tqdict.h b/include/tqdict.h new file mode 120000 index 000000000..77ddbbf62 --- /dev/null +++ b/include/tqdict.h @@ -0,0 +1 @@ +../src/tools/tqdict.h
\ No newline at end of file diff --git a/include/tqintcache.h b/include/tqintcache.h new file mode 120000 index 000000000..0e22fec13 --- /dev/null +++ b/include/tqintcache.h @@ -0,0 +1 @@ +../src/tools/tqintcache.h
\ No newline at end of file diff --git a/include/tqintdict.h b/include/tqintdict.h new file mode 120000 index 000000000..802431559 --- /dev/null +++ b/include/tqintdict.h @@ -0,0 +1 @@ +../src/tools/tqintdict.h
\ No newline at end of file diff --git a/include/tqmemarray.h b/include/tqmemarray.h new file mode 120000 index 000000000..ba84ae26a --- /dev/null +++ b/include/tqmemarray.h @@ -0,0 +1 @@ +../src/tools/tqmemarray.h
\ No newline at end of file diff --git a/include/tqregexp.h b/include/tqregexp.h new file mode 120000 index 000000000..a2714e8fd --- /dev/null +++ b/include/tqregexp.h @@ -0,0 +1 @@ +../src/tools/tqregexp.h
\ No newline at end of file |