summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBackDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrBackDia.cpp')
-rw-r--r--kpresenter/KPrBackDia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrBackDia.cpp b/kpresenter/KPrBackDia.cpp
index fb87b9f3..d8eb9f20 100644
--- a/kpresenter/KPrBackDia.cpp
+++ b/kpresenter/KPrBackDia.cpp
@@ -89,10 +89,10 @@ KPrBackDialog::KPrBackDialog( TQWidget* parent, const char* name,
TQWidget *page = new TQWidget( this );
setMainWidget(page);
- TQVBoxLayout *tqlayout = new TQVBoxLayout( page, 0, spacingHint() );
+ TQVBoxLayout *layout = new TQVBoxLayout( page, 0, spacingHint() );
- TQHBoxLayout *hbox = new TQHBoxLayout( tqlayout );
+ TQHBoxLayout *hbox = new TQHBoxLayout( layout );
hbox->setSpacing( KDialog::spacingHint() );
TQVBoxLayout *vbox = new TQVBoxLayout( hbox );
vbox->setSpacing( KDialog::spacingHint() );