summaryrefslogtreecommitdiffstats
path: root/src/clickablelabel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:53:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:54:59 +0900
commit48f3d5f4d811e899ed05c12dbd61b43244e045aa (patch)
treeb8d3a57932c4b736ad1203d5566535ccf03eb388 /src/clickablelabel.cpp
parent123ea9fbbf9d2cdbfd7169cd3d08bfb99ddc25cf (diff)
downloadbasket-48f3d5f4.tar.gz
basket-48f3d5f4.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ac30f16b60532c3d1ff474177bb36a073d51ceb4)
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();
}