diff options
Diffstat (limited to 'ksvg/impl/SVGImageElementImpl.h')
-rw-r--r-- | ksvg/impl/SVGImageElementImpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksvg/impl/SVGImageElementImpl.h b/ksvg/impl/SVGImageElementImpl.h index 922ef3f8..64a96421 100644 --- a/ksvg/impl/SVGImageElementImpl.h +++ b/ksvg/impl/SVGImageElementImpl.h @@ -52,6 +52,7 @@ class SVGImageElementImpl : public TQObject, public SVGTransformableImpl { Q_OBJECT + TQ_OBJECT public: SVGImageElementImpl(DOM::ElementImpl *); virtual ~SVGImageElementImpl(); @@ -85,7 +86,7 @@ public: virtual SVGRectImpl *getBBox(); - // Screen-space clipping shape + // Screen-space clipping tqshape KSVGPolygon clippingShape(); void onScreenCTMUpdated(); |