summaryrefslogtreecommitdiffstats
path: root/tderesources/selectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/selectdialog.cpp')
-rw-r--r--tderesources/selectdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/selectdialog.cpp b/tderesources/selectdialog.cpp
index e6207cc3c..55adffcb1 100644
--- a/tderesources/selectdialog.cpp
+++ b/tderesources/selectdialog.cpp
@@ -57,8 +57,8 @@ SelectDialog::SelectDialog( TQPtrList<Resource> list, TQWidget *parent,
KButtonBox *buttonBox = new KButtonBox( this );
buttonBox->addStretch();
- buttonBox->addButton( KStdGuiItem::ok(), TQT_TQOBJECT(this), TQT_SLOT( accept() ) );
- buttonBox->addButton( KStdGuiItem::cancel(), TQT_TQOBJECT(this), TQT_SLOT( reject() ) );
+ buttonBox->addButton( KStdGuiItem::ok(), this, TQT_SLOT( accept() ) );
+ buttonBox->addButton( KStdGuiItem::cancel(), this, TQT_SLOT( reject() ) );
buttonBox->layout();
mainLayout->addWidget( buttonBox );