summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kaddressbookview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/kaddressbookview.cpp')
-rw-r--r--kaddressbook/kaddressbookview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/kaddressbookview.cpp b/kaddressbook/kaddressbookview.cpp
index 43d709d2..028663e3 100644
--- a/kaddressbook/kaddressbookview.cpp
+++ b/kaddressbook/kaddressbookview.cpp
@@ -121,12 +121,12 @@ KABC::Addressee::List KAddressBookView::addressees()
void KAddressBookView::initGUI()
{
- // Create the tqlayout
- TQVBoxLayout *tqlayout = new TQVBoxLayout( this );
+ // Create the layout
+ TQVBoxLayout *layout = new TQVBoxLayout( this );
// Add the view widget
mViewWidget = new TQWidget( this );
- tqlayout->addWidget( mViewWidget );
+ layout->addWidget( mViewWidget );
}
KABC::Field::List KAddressBookView::fields() const