diff options
Diffstat (limited to 'ksvg/core/KSVGLoader.h')
-rw-r--r-- | ksvg/core/KSVGLoader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksvg/core/KSVGLoader.h b/ksvg/core/KSVGLoader.h index 443d0fb7..28ebda01 100644 --- a/ksvg/core/KSVGLoader.h +++ b/ksvg/core/KSVGLoader.h @@ -52,9 +52,10 @@ typedef struct class SVGImageElementImpl; class SVGElementImpl; class SVGDocumentImpl; -class KSVGLoader : public QObject +class KSVGLoader : public TQObject { Q_OBJECT + TQ_OBJECT public: KSVGLoader(); ~KSVGLoader(); |