diff options
Diffstat (limited to 'khexedit/draglabel.h')
-rw-r--r-- | khexedit/draglabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/draglabel.h b/khexedit/draglabel.h index 16176f0..44f355b 100644 --- a/khexedit/draglabel.h +++ b/khexedit/draglabel.h @@ -35,7 +35,7 @@ class CDragLabel: public TQLabel TQ_OBJECT public: - CDragLabel( TQWidget *tqparent ); + CDragLabel( TQWidget *parent ); ~CDragLabel( void ); void setUrl( const TQString &url ); |