From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- ksvg/impl/SVGDocumentImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksvg/impl/SVGDocumentImpl.h') diff --git a/ksvg/impl/SVGDocumentImpl.h b/ksvg/impl/SVGDocumentImpl.h index 479cb7f7..6280bd51 100644 --- a/ksvg/impl/SVGDocumentImpl.h +++ b/ksvg/impl/SVGDocumentImpl.h @@ -72,7 +72,7 @@ class SVGDocumentImpl : public TQObject, public SVGDOMNodeBridge { Q_OBJECT - TQ_OBJECT + public: SVGDocumentImpl(bool anim = true, bool bFit = false, SVGImageElementImpl *parentImage = 0); virtual ~SVGDocumentImpl(); -- cgit v1.2.1