From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- include/ntqlabel.h | 1 - include/ntqlocale.h | 1 - include/ntqsimplerichtext.h | 1 - include/ntqsyntaxhighlighter.h | 1 - include/ntqwhatsthis.h | 1 - include/private/qlocale_p.h | 1 - include/private/qsyntaxhighlighter_p.h | 1 - include/private/tqlocale_p.h | 1 + include/private/tqsyntaxhighlighter_p.h | 1 + include/tqlabel.h | 1 + include/tqlocale.h | 1 + include/tqsimplerichtext.h | 1 + include/tqsyntaxhighlighter.h | 1 + include/tqwhatsthis.h | 1 + 14 files changed, 7 insertions(+), 7 deletions(-) delete mode 120000 include/ntqlabel.h delete mode 120000 include/ntqlocale.h delete mode 120000 include/ntqsimplerichtext.h delete mode 120000 include/ntqsyntaxhighlighter.h delete mode 120000 include/ntqwhatsthis.h delete mode 120000 include/private/qlocale_p.h delete mode 120000 include/private/qsyntaxhighlighter_p.h create mode 120000 include/private/tqlocale_p.h create mode 120000 include/private/tqsyntaxhighlighter_p.h create mode 120000 include/tqlabel.h create mode 120000 include/tqlocale.h create mode 120000 include/tqsimplerichtext.h create mode 120000 include/tqsyntaxhighlighter.h create mode 120000 include/tqwhatsthis.h (limited to 'include') diff --git a/include/ntqlabel.h b/include/ntqlabel.h deleted file mode 120000 index 2bb3edf42..000000000 --- a/include/ntqlabel.h +++ /dev/null @@ -1 +0,0 @@ -../src/widgets/ntqlabel.h \ No newline at end of file diff --git a/include/ntqlocale.h b/include/ntqlocale.h deleted file mode 120000 index 5e75a499c..000000000 --- a/include/ntqlocale.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqlocale.h \ No newline at end of file diff --git a/include/ntqsimplerichtext.h b/include/ntqsimplerichtext.h deleted file mode 120000 index cc1e51b20..000000000 --- a/include/ntqsimplerichtext.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqsimplerichtext.h \ No newline at end of file diff --git a/include/ntqsyntaxhighlighter.h b/include/ntqsyntaxhighlighter.h deleted file mode 120000 index 4d73397f8..000000000 --- a/include/ntqsyntaxhighlighter.h +++ /dev/null @@ -1 +0,0 @@ -../src/widgets/ntqsyntaxhighlighter.h \ No newline at end of file diff --git a/include/ntqwhatsthis.h b/include/ntqwhatsthis.h deleted file mode 120000 index 4c01089b6..000000000 --- a/include/ntqwhatsthis.h +++ /dev/null @@ -1 +0,0 @@ -../src/widgets/ntqwhatsthis.h \ No newline at end of file diff --git a/include/private/qlocale_p.h b/include/private/qlocale_p.h deleted file mode 120000 index 1d928c506..000000000 --- a/include/private/qlocale_p.h +++ /dev/null @@ -1 +0,0 @@ -../../src/tools/qlocale_p.h \ No newline at end of file diff --git a/include/private/qsyntaxhighlighter_p.h b/include/private/qsyntaxhighlighter_p.h deleted file mode 120000 index 4a45503d6..000000000 --- a/include/private/qsyntaxhighlighter_p.h +++ /dev/null @@ -1 +0,0 @@ -../../src/widgets/qsyntaxhighlighter_p.h \ No newline at end of file diff --git a/include/private/tqlocale_p.h b/include/private/tqlocale_p.h new file mode 120000 index 000000000..903f5d726 --- /dev/null +++ b/include/private/tqlocale_p.h @@ -0,0 +1 @@ +../../src/tools/tqlocale_p.h \ No newline at end of file diff --git a/include/private/tqsyntaxhighlighter_p.h b/include/private/tqsyntaxhighlighter_p.h new file mode 120000 index 000000000..dae21c2d0 --- /dev/null +++ b/include/private/tqsyntaxhighlighter_p.h @@ -0,0 +1 @@ +../../src/widgets/tqsyntaxhighlighter_p.h \ No newline at end of file diff --git a/include/tqlabel.h b/include/tqlabel.h new file mode 120000 index 000000000..cb1897680 --- /dev/null +++ b/include/tqlabel.h @@ -0,0 +1 @@ +../src/widgets/tqlabel.h \ No newline at end of file diff --git a/include/tqlocale.h b/include/tqlocale.h new file mode 120000 index 000000000..47a05b602 --- /dev/null +++ b/include/tqlocale.h @@ -0,0 +1 @@ +../src/tools/tqlocale.h \ No newline at end of file diff --git a/include/tqsimplerichtext.h b/include/tqsimplerichtext.h new file mode 120000 index 000000000..759d75e38 --- /dev/null +++ b/include/tqsimplerichtext.h @@ -0,0 +1 @@ +../src/kernel/tqsimplerichtext.h \ No newline at end of file diff --git a/include/tqsyntaxhighlighter.h b/include/tqsyntaxhighlighter.h new file mode 120000 index 000000000..6a36cf5aa --- /dev/null +++ b/include/tqsyntaxhighlighter.h @@ -0,0 +1 @@ +../src/widgets/tqsyntaxhighlighter.h \ No newline at end of file diff --git a/include/tqwhatsthis.h b/include/tqwhatsthis.h new file mode 120000 index 000000000..80c9d0839 --- /dev/null +++ b/include/tqwhatsthis.h @@ -0,0 +1 @@ +../src/widgets/tqwhatsthis.h \ No newline at end of file -- cgit v1.2.1