summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrRectProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrRectProperty.cpp')
-rw-r--r--kpresenter/KPrRectProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrRectProperty.cpp b/kpresenter/KPrRectProperty.cpp
index 2174755b7..4f9bd8b62 100644
--- a/kpresenter/KPrRectProperty.cpp
+++ b/kpresenter/KPrRectProperty.cpp
@@ -34,8 +34,8 @@ KPrRectProperty::KPrRectProperty( TQWidget *parent, const char *name, KPrRectVal
, m_rectValue( rectValue )
{
formerVerticalValue = 0;
- TQVBoxLayout *tqlayout = new TQVBoxLayout( this );
- tqlayout->addWidget( m_ui = new RectPropertyUI( this ) );
+ TQVBoxLayout *layout = new TQVBoxLayout( this );
+ layout->addWidget( m_ui = new RectPropertyUI( this ) );
KoImageResource kir;
m_ui->combineButton->setPixmap(kir.chain());