diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:07:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:33:03 +0900 |
| commit | 9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4 (patch) | |
| tree | f2ddca6919259a3c2b39a96886edf4ebeff3b73f /libktorrent/labelview.cpp | |
| parent | 0dd6b6695093b65bbfdbd176ed661979666dbefa (diff) | |
| download | ktorrent-9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4.tar.gz ktorrent-9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 84c57055d607cbb05adfacb46b1d8a21685c098a)
Diffstat (limited to 'libktorrent/labelview.cpp')
| -rw-r--r-- | libktorrent/labelview.cpp | 2 |
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); } |
