diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 22:09:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 22:09:42 +0900 |
| commit | e346aa3da5e06bd44b081ad0acb6eb5d1d24e555 (patch) | |
| tree | 2ab83b92b78fd9f82932d85b5b4f0b0f4f2a314e | |
| parent | 87b363207fadf9879a1d69c5548f355c4c7a9894 (diff) | |
| download | basket-e346aa3d.tar.gz basket-e346aa3d.zip | |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/basket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket.cpp b/src/basket.cpp index c5fc9c8..ab1c693 100644 --- a/src/basket.cpp +++ b/src/basket.cpp @@ -3817,7 +3817,7 @@ void Basket::placeEditor(bool /*andEnsureVisible*/ /*= false*/) } #include <iostream> -#include <tqrichtext_p.h> +#include <private/tqrichtext_p.h> void Basket::editorCursorPositionChanged() { if (!isDuringEdit()) |
