diff options
Diffstat (limited to 'sip/kio/previewjob.sip')
-rw-r--r-- | sip/kio/previewjob.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/kio/previewjob.sip b/sip/kio/previewjob.sip index 8096b6f..195b634 100644 --- a/sip/kio/previewjob.sip +++ b/sip/kio/previewjob.sip @@ -34,15 +34,15 @@ class PreviewJob : KIO::Job public: - PreviewJob (const KFileItemList&, int, int, int, int, bool, bool, const QStringList*, bool = 0); + PreviewJob (const KFileItemList&, int, int, int, int, bool, bool, const TQStringList*, bool = 0); void removeItem (const KFileItem*); %If ( KDE_3_4_0 - ) void setIgnoreMaximumSize (bool = 1); %End - static QStringList availablePlugins (); - static QStringList supportedMimeTypes (); + static TQStringList availablePlugins (); + static TQStringList supportedMimeTypes (); %If ( KDE_3_5_1 - ) virtual void kill (bool = 1); @@ -50,13 +50,13 @@ public: signals: - void gotPreview (const KFileItem*, const QPixmap&); + void gotPreview (const KFileItem*, const TQPixmap&); void failed (const KFileItem*); protected: void getOrCreateThumbnail (); bool statResultThumbnail (); - void createThumbnail (QString); + void createThumbnail (TQString); protected slots: virtual void slotResult (KIO::Job*); @@ -66,7 +66,7 @@ protected: }; // class PreviewJob -KIO::PreviewJob* filePreview (const KFileItemList&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const QStringList* = 0); -KIO::PreviewJob* filePreview (const KURL::List&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const QStringList* = 0); +KIO::PreviewJob* filePreview (const KFileItemList&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0); +KIO::PreviewJob* filePreview (const KURL::List&, int, int = 0, int = 0, int = 70, bool = 1, bool = 1, const TQStringList* = 0); }; // namespace KIO |