summaryrefslogtreecommitdiffstats
path: root/sip/kfile/kimagefilepreview.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kfile/kimagefilepreview.sip')
-rw-r--r--sip/kfile/kimagefilepreview.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kfile/kimagefilepreview.sip b/sip/kfile/kimagefilepreview.sip
index 792eddb..3909afa 100644
--- a/sip/kfile/kimagefilepreview.sip
+++ b/sip/kfile/kimagefilepreview.sip
@@ -33,8 +33,8 @@ class KImageFilePreview : KPreviewWidgetBase
public:
- KImageFilePreview (QWidget* /TransferThis/);
- virtual QSize sizeHint () const;
+ KImageFilePreview (TQWidget* /TransferThis/);
+ virtual TQSize sizeHint () const;
public slots:
virtual void showPreview (const KURL&);
@@ -44,10 +44,10 @@ protected slots:
void showPreview ();
void showPreview (const KURL&, bool);
void toggleAuto (bool);
- virtual void gotPreview (const KFileItem*, const QPixmap&);
+ virtual void gotPreview (const KFileItem*, const TQPixmap&);
protected:
- virtual void resizeEvent (QResizeEvent*);
+ virtual void resizeEvent (TQResizeEvent*);
virtual KIO::PreviewJob* createJob (const KURL&, int, int);
protected: