diff options
author | Michele Calgaro <[email protected]> | 2024-09-16 22:29:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-16 22:29:16 +0900 |
commit | 474e28405a1d8c7907f6df516e8e8bfd0504a940 (patch) | |
tree | 190e62d4e23187c178d9b6876f61e305926166f9 /lib/kotext/KoRichText.cpp | |
parent | 201b6b75ecccbd9c37ac74f7f85def8ea3548cde (diff) | |
download | koffice-474e28405a1d8c7907f6df516e8e8bfd0504a940.tar.gz koffice-474e28405a1d8c7907f6df516e8e8bfd0504a940.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kotext/KoRichText.cpp')
-rw-r--r-- | lib/kotext/KoRichText.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoRichText.cpp b/lib/kotext/KoRichText.cpp index b6787b25..c007d302 100644 --- a/lib/kotext/KoRichText.cpp +++ b/lib/kotext/KoRichText.cpp @@ -47,7 +47,7 @@ #include <tdeversion.h> #include <tdeglobal.h> #include <tdelocale.h> -#include <tqtextengine_p.h> +#include <private/tqtextengine_p.h> //#define DEBUG_COLLECTION //#define DEBUG_TABLE_RENDERING |