summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kimagefilepreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/kimagefilepreview.cpp')
-rw-r--r--kio/kfile/kimagefilepreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kimagefilepreview.cpp b/kio/kfile/kimagefilepreview.cpp
index 16cef138d..8ac8d1643 100644
--- a/kio/kfile/kimagefilepreview.cpp
+++ b/kio/kfile/kimagefilepreview.cpp
@@ -43,7 +43,7 @@ KImageFilePreview::KImageFilePreview( TQWidget *parent )
imageLabel = new TQLabel( this );
imageLabel->setFrameStyle( TQFrame::NoFrame );
- imageLabel->tqsetAlignment( Qt::AlignHCenter | Qt::AlignVCenter );
+ imageLabel->setAlignment( Qt::AlignHCenter | Qt::AlignVCenter );
imageLabel->tqsetSizePolicy( TQSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Expanding) );
vb->addWidget( imageLabel );