summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2022-01-19 17:13:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-21 12:04:04 +0900
commit15195be8247e50b9ff2286468729d065a6c05294 (patch)
tree1206cf05c7ac5a6cba859d13805882545f4d1d3b
parent21d7beac7f4d11b19a0ce7d363f3582089be2bdb (diff)
downloadtdegraphics-15195be8247e50b9ff2286468729d065a6c05294.tar.gz
tdegraphics-15195be8247e50b9ff2286468729d065a6c05294.zip
KSVG: fix to include classes used in TQPtrList
It must be included, or its destructor may not be used in PtrList maitainance. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit fb36eda6aa78235063dc1445775ab2c09a5be522)
-rw-r--r--ksvg/core/KSVGCanvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/core/KSVGCanvas.h b/ksvg/core/KSVGCanvas.h
index d758fdb9..70704ec1 100644
--- a/ksvg/core/KSVGCanvas.h
+++ b/ksvg/core/KSVGCanvas.h
@@ -30,6 +30,8 @@
#include <Converter.h>
+#include <CanvasItem.h>
+
namespace KSVG
{
@@ -49,8 +51,6 @@ class SVGPolygonElementImpl;
class SVGPolylineElementImpl;
class SVGClipPathElementImpl;
-class CanvasItem;
-class CanvasChunk;
class CanvasItemList;
class CanvasClipPath;
class CanvasPaintServer;