diff options
Diffstat (limited to 'kpovmodeler/pmdragwidget.h')
-rw-r--r-- | kpovmodeler/pmdragwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmdragwidget.h b/kpovmodeler/pmdragwidget.h index 79efb3f6..d4e15f36 100644 --- a/kpovmodeler/pmdragwidget.h +++ b/kpovmodeler/pmdragwidget.h @@ -36,7 +36,7 @@ class PMDragWidget : public TQWidget Q_OBJECT TQ_OBJECT public: - PMDragWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags f = 0 ); + PMDragWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 ); virtual void startDrag( ); |