summaryrefslogtreecommitdiffstats
path: root/tools/thumbnail/kofficecreator.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/thumbnail/kofficecreator.h')
-rw-r--r--tools/thumbnail/kofficecreator.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h
index 3481c2b5..7bb70df7 100644
--- a/tools/thumbnail/kofficecreator.h
+++ b/tools/thumbnail/kofficecreator.h
@@ -26,17 +26,18 @@
class KoDocument;
-class KOfficeCreator : public QObject, public ThumbCreator
+class KOfficeCreator : public TQObject, public ThumbCreator
{
Q_OBJECT
+ TQ_OBJECT
public:
KOfficeCreator();
virtual ~KOfficeCreator();
- 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;
protected:
- virtual void timerEvent(QTimerEvent *);
+ virtual void timerEvent(TQTimerEvent *);
private slots:
void slotCompleted();