diff options
Diffstat (limited to 'kontact/plugins/summary/dropwidget.h')
-rw-r--r-- | kontact/plugins/summary/dropwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/summary/dropwidget.h b/kontact/plugins/summary/dropwidget.h index ee430d90c..e2d11c9ee 100644 --- a/kontact/plugins/summary/dropwidget.h +++ b/kontact/plugins/summary/dropwidget.h @@ -30,7 +30,7 @@ class DropWidget : public TQWidget TQ_OBJECT public: - DropWidget( TQWidget *tqparent, const char *name = 0 ); + DropWidget( TQWidget *parent, const char *name = 0 ); signals: void summaryWidgetDropped( TQWidget *target, TQWidget *widget, int tqalignment ); |