diff options
Diffstat (limited to 'kioslave/thumbnail/htmlcreator.h')
-rw-r--r-- | kioslave/thumbnail/htmlcreator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/thumbnail/htmlcreator.h b/kioslave/thumbnail/htmlcreator.h index 6cb58b18f..f131ed1ad 100644 --- a/kioslave/thumbnail/htmlcreator.h +++ b/kioslave/thumbnail/htmlcreator.h @@ -25,17 +25,17 @@ class KHTMLPart; -class HTMLCreator : public QObject, public ThumbCreator +class HTMLCreator : public TQObject, public ThumbCreator { Q_OBJECT public: HTMLCreator(); virtual ~HTMLCreator(); - 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(); |