summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/summary/dropwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/summary/dropwidget.cpp')
-rw-r--r--kontact/plugins/summary/dropwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/summary/dropwidget.cpp b/kontact/plugins/summary/dropwidget.cpp
index 300d7993..63c1d3ce 100644
--- a/kontact/plugins/summary/dropwidget.cpp
+++ b/kontact/plugins/summary/dropwidget.cpp
@@ -23,8 +23,8 @@
#include "dropwidget.h"
-DropWidget::DropWidget( TQWidget *tqparent, const char *name )
- : TQWidget( tqparent, name )
+DropWidget::DropWidget( TQWidget *parent, const char *name )
+ : TQWidget( parent, name )
{
setAcceptDrops( true );
}