summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/knotes/knotetip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/knotes/knotetip.cpp')
-rw-r--r--kontact/plugins/knotes/knotetip.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/knotes/knotetip.cpp b/kontact/plugins/knotes/knotetip.cpp
index 79a45d21..ec77cc50 100644
--- a/kontact/plugins/knotes/knotetip.cpp
+++ b/kontact/plugins/knotes/knotetip.cpp
@@ -52,8 +52,8 @@ KNoteTip::KNoteTip( KIconView *parent )
mPreview->setHScrollBarMode( TQScrollView::AlwaysOff );
mPreview->setVScrollBarMode( TQScrollView::AlwaysOff );
- TQBoxLayout *tqlayout = new TQVBoxLayout( this );
- tqlayout->addWidget( mPreview );
+ TQBoxLayout *layout = new TQVBoxLayout( this );
+ layout->addWidget( mPreview );
setPalette( TQToolTip::palette() );
setMargin( 1 );