From e346aa3da5e06bd44b081ad0acb6eb5d1d24e555 Mon Sep 17 00:00:00 2001 From: Michele Calgaro <michele.calgaro@yahoo.it> Date: Mon, 16 Sep 2024 22:09:42 +0900 Subject: Adapt to latest tqt3 version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> --- src/basket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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()) -- cgit v1.2.1