summaryrefslogtreecommitdiffstats
path: root/src/clickablelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clickablelabel.cpp')
-rw-r--r--src/clickablelabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clickablelabel.cpp b/src/clickablelabel.cpp
index 8d98ef0..7cc365f 100644
--- a/src/clickablelabel.cpp
+++ b/src/clickablelabel.cpp
@@ -22,7 +22,7 @@
void ClickableLabel::mousePressEvent(TQMouseEvent *event)
{
- if (event->button() & Qt::LeftButton)
+ if (event->button() & TQt::LeftButton)
emit clicked();
}