summaryrefslogtreecommitdiffstats
path: root/src/basketproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/basketproperties.cpp')
-rw-r--r--src/basketproperties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basketproperties.cpp b/src/basketproperties.cpp
index 28a0381..fa5a3a2 100644
--- a/src/basketproperties.cpp
+++ b/src/basketproperties.cpp
@@ -42,9 +42,9 @@
#include "global.h"
#include "backgroundmanager.h"
-BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *tqparent)
+BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *parent)
: KDialogBase(KDialogBase::Swallow, i18n("Basket Properties"), KDialogBase::Ok | KDialogBase::Apply | KDialogBase::Cancel,
- KDialogBase::Ok, tqparent, /*name=*/"BasketProperties", /*modal=*/true, /*separator=*/false),
+ KDialogBase::Ok, parent, /*name=*/"BasketProperties", /*modal=*/true, /*separator=*/false),
m_basket(basket)
{
TQWidget *page = new TQWidget(this);