summaryrefslogtreecommitdiffstats
path: root/khexedit/draglabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/draglabel.h')
-rw-r--r--khexedit/draglabel.h5
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 );