diff options
Diffstat (limited to 'kabc/resourceselectdialog.cpp')
-rw-r--r-- | kabc/resourceselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/resourceselectdialog.cpp b/kabc/resourceselectdialog.cpp index a52754be3..91a86057e 100644 --- a/kabc/resourceselectdialog.cpp +++ b/kabc/resourceselectdialog.cpp @@ -56,7 +56,7 @@ ResourceSelectDialog::ResourceSelectDialog( AddressBook *ab, TQWidget *parent, c buttonBox->addStretch(); buttonBox->addButton( KStdGuiItem::ok(), this, TQT_SLOT( accept() ) ); buttonBox->addButton( KStdGuiItem::cancel(), this, TQT_SLOT( reject() ) ); - buttonBox->layout(); + buttonBox->tqlayout(); mainLayout->addWidget( buttonBox ); |