summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/summary/dropwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/summary/dropwidget.h')
-rw-r--r--kontact/plugins/summary/dropwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kontact/plugins/summary/dropwidget.h b/kontact/plugins/summary/dropwidget.h
index 41c892ea..ee430d90 100644
--- a/kontact/plugins/summary/dropwidget.h
+++ b/kontact/plugins/summary/dropwidget.h
@@ -24,12 +24,13 @@
#include <tqwidget.h>
-class DropWidget : public QWidget
+class DropWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- DropWidget( TQWidget *parent, const char *name = 0 );
+ DropWidget( TQWidget *tqparent, const char *name = 0 );
signals:
void summaryWidgetDropped( TQWidget *target, TQWidget *widget, int tqalignment );