summaryrefslogtreecommitdiffstats
path: root/libktorrent/labelview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/labelview.cpp')
-rw-r--r--libktorrent/labelview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/labelview.cpp b/libktorrent/labelview.cpp
index 7fe1424..1518943 100644
--- a/libktorrent/labelview.cpp
+++ b/libktorrent/labelview.cpp
@@ -91,7 +91,7 @@ namespace kt
void LabelViewItem::mousePressEvent(TQMouseEvent *e)
{
- if (e->button() == Qt::LeftButton)
+ if (e->button() == TQt::LeftButton)
{
clicked(this);
}