diff options
Diffstat (limited to 'kfile-plugins/ps/gscreator.h')
-rw-r--r-- | kfile-plugins/ps/gscreator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kfile-plugins/ps/gscreator.h b/kfile-plugins/ps/gscreator.h index b91fb0b0..7139b233 100644 --- a/kfile-plugins/ps/gscreator.h +++ b/kfile-plugins/ps/gscreator.h @@ -27,14 +27,14 @@ class GSCreator : public ThumbCreator, public KDSCCommentHandler { public: GSCreator() {}; - virtual bool create(const QString &path, int, int, QImage &img); + virtual bool create(const TQString &path, int, int, TQImage &img); virtual Flags flags() const; void comment(Name name); private: - static bool getEPSIPreview(const QString &path, + static bool getEPSIPreview(const TQString &path, long start, long end, - QImage &outimg, + TQImage &outimg, int imgwidth, int imgheight); bool endComments; }; |