summaryrefslogtreecommitdiffstats
path: root/libktorrent/expandablewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/expandablewidget.cpp')
-rw-r--r--libktorrent/expandablewidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/expandablewidget.cpp b/libktorrent/expandablewidget.cpp
index 8c06357..a6ec44d 100644
--- a/libktorrent/expandablewidget.cpp
+++ b/libktorrent/expandablewidget.cpp
@@ -24,8 +24,8 @@
namespace kt
{
- ExpandableWidget::ExpandableWidget(TQWidget* child,TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+ ExpandableWidget::ExpandableWidget(TQWidget* child,TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
top_layout = new TQHBoxLayout(this);
child->reparent(this,TQPoint(),true);