summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmdragwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmdragwidget.h')
-rw-r--r--kpovmodeler/pmdragwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kpovmodeler/pmdragwidget.h b/kpovmodeler/pmdragwidget.h
index 10c30e16..79efb3f6 100644
--- a/kpovmodeler/pmdragwidget.h
+++ b/kpovmodeler/pmdragwidget.h
@@ -31,11 +31,12 @@
*
* It will emit startDrag when it's time to start a drag.
*/
-class PMDragWidget : public QWidget
+class PMDragWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- PMDragWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 );
+ PMDragWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags f = 0 );
virtual void startDrag( );