summaryrefslogtreecommitdiffstats
path: root/kresources/selectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/selectdialog.cpp')
-rw-r--r--kresources/selectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/selectdialog.cpp b/kresources/selectdialog.cpp
index cc1c7e593..4e2d28ec7 100644
--- a/kresources/selectdialog.cpp
+++ b/kresources/selectdialog.cpp
@@ -59,7 +59,7 @@ SelectDialog::SelectDialog( TQPtrList<Resource> list, TQWidget *parent,
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 );