summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kimagefilepreview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 01:10:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 01:10:20 -0600
commitd5b3ae721dc072e0c70055313de9b5228b6688a8 (patch)
treeafdf90b8ebf017244f753d9427b433168d1686c1 /kio/kfile/kimagefilepreview.cpp
parentb212a1de50010bf9f8ff93123281a6956291cdf2 (diff)
downloadtdelibs-d5b3ae721dc072e0c70055313de9b5228b6688a8.tar.gz
tdelibs-d5b3ae721dc072e0c70055313de9b5228b6688a8.zip
Rename tqsetSizePolicy to fix bindings
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 8ac8d1643..2d9f7881a 100644
--- a/kio/kfile/kimagefilepreview.cpp
+++ b/kio/kfile/kimagefilepreview.cpp
@@ -44,7 +44,7 @@ KImageFilePreview::KImageFilePreview( TQWidget *parent )
imageLabel = new TQLabel( this );
imageLabel->setFrameStyle( TQFrame::NoFrame );
imageLabel->setAlignment( Qt::AlignHCenter | Qt::AlignVCenter );
- imageLabel->tqsetSizePolicy( TQSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Expanding) );
+ imageLabel->setSizePolicy( TQSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Expanding) );
vb->addWidget( imageLabel );
TQHBoxLayout *hb = new TQHBoxLayout( 0 );