diff options
Diffstat (limited to 'src/DragWidget.h')
-rw-r--r-- | src/DragWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DragWidget.h b/src/DragWidget.h index 8b797b3..14a9719 100644 --- a/src/DragWidget.h +++ b/src/DragWidget.h @@ -9,7 +9,7 @@ class DragWidget : public TQWidget Q_OBJECT TQ_OBJECT public: - DragWidget(TQWidget *tqparent=0, const char *name="", WFlags f=0); + DragWidget(TQWidget *parent=0, const char *name="", WFlags f=0); virtual ~DragWidget(); private: |