summaryrefslogtreecommitdiffstats
path: root/ksvg/plugin/svgcreator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/plugin/svgcreator.h')
-rw-r--r--ksvg/plugin/svgcreator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/plugin/svgcreator.h b/ksvg/plugin/svgcreator.h
index ad1b8f30..403f0a78 100644
--- a/ksvg/plugin/svgcreator.h
+++ b/ksvg/plugin/svgcreator.h
@@ -24,13 +24,13 @@
#include <kio/thumbcreator.h>
-class SVGCreator : public QObject, public ThumbCreator
+class SVGCreator : public TQObject, public ThumbCreator
{
Q_OBJECT
public:
SVGCreator();
virtual ~SVGCreator();
- virtual bool create(const QString &path, int width, int height, QImage &img);
+ virtual bool create(const TQString &path, int width, int height, TQImage &img);
virtual Flags flags() const;
private slots: