diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:16:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:16:04 +0900 |
| commit | 872192923463820529e6e77963afb4bfcfb5ce53 (patch) | |
| tree | bf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/widgets/tqtextedit.cpp | |
| parent | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff) | |
| download | tqt-87219292.tar.gz tqt-87219292.zip | |
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/tqtextedit.cpp')
| -rw-r--r-- | src/widgets/tqtextedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index 2c8bf3ba4..baddd23c5 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -47,7 +47,7 @@ #include "tqinputcontext.h" #endif -#include "../kernel/qrichtext_p.h" +#include "../kernel/tqrichtext_p.h" #include "tqpainter.h" #include "tqpen.h" #include "tqbrush.h" @@ -74,7 +74,7 @@ #include "tqptrstack.h" #include "tqmetaobject.h" #include "tqtextbrowser.h" -#include <private/qucom_p.h> +#include <private/tqucom_p.h> #include "private/tqsyntaxhighlighter_p.h" #include <tqguardedptr.h> |
