summaryrefslogtreecommitdiffstats
path: root/khexedit/draglabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/draglabel.cpp')
-rw-r--r--khexedit/draglabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/draglabel.cpp b/khexedit/draglabel.cpp
index dfca9a6..fd38d7b 100644
--- a/khexedit/draglabel.cpp
+++ b/khexedit/draglabel.cpp
@@ -44,7 +44,7 @@ CDragLabel::~CDragLabel( void )
void CDragLabel::mousePressEvent( TQMouseEvent *e )
{
- if( mValid == false || e->button() != Qt::LeftButton || mUrl.isEmpty() == true )
+ if( mValid == false || e->button() != TQt::LeftButton || mUrl.isEmpty() == true )
{
return;
}