summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPictureProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPictureProperty.cpp')
-rw-r--r--kpresenter/KPrPictureProperty.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrPictureProperty.cpp b/kpresenter/KPrPictureProperty.cpp
index 336f63c6..5e0e6db8 100644
--- a/kpresenter/KPrPictureProperty.cpp
+++ b/kpresenter/KPrPictureProperty.cpp
@@ -26,15 +26,15 @@
#include <knuminput.h>
#include <tqradiobutton.h>
#include <tqcheckbox.h>
-#include <layout.h>
+#include <tqlayout.h>
KPrPictureProperty::KPrPictureProperty( TQWidget *parent, const char *name, const TQPixmap &pixmap,
KPrPictureSettingCmd::PictureSettings pictureSettings )
: TQWidget( parent, name )
, m_pictureSettings( pictureSettings )
{
- TQVBoxLayout *layout = new TQVBoxLayout( this );
- layout->addWidget( m_ui = new PicturePropertyUI( this ) );
+ TQVBoxLayout *tqlayout = new TQVBoxLayout( this );
+ tqlayout->addWidget( m_ui = new PicturePropertyUI( this ) );
connect( m_ui->depth0, TQT_SIGNAL( clicked() ), m_ui->picturePreview, TQT_SLOT( slotPictureDepth0() ) );
connect( m_ui->depth1, TQT_SIGNAL( clicked() ), m_ui->picturePreview, TQT_SLOT( slotPictureDepth1() ) );