diff options
Diffstat (limited to 'khexedit/draglabel.h')
-rw-r--r-- | khexedit/draglabel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/khexedit/draglabel.h b/khexedit/draglabel.h index 441473e..16176f0 100644 --- a/khexedit/draglabel.h +++ b/khexedit/draglabel.h @@ -29,12 +29,13 @@ class KURLDrag; -class CDragLabel: public QLabel +class CDragLabel: public TQLabel { Q_OBJECT + TQ_OBJECT public: - CDragLabel( TQWidget *parent ); + CDragLabel( TQWidget *tqparent ); ~CDragLabel( void ); void setUrl( const TQString &url ); |