summaryrefslogtreecommitdiffstats
path: root/kbstateapplet/kbstate.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:28:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:15:58 +0900
commit716294c77e47b0a0abde10aa95c78a8844928877 (patch)
treeded893d637e2bdf9bb2631b3ee961d7e6b74a5f1 /kbstateapplet/kbstate.cpp
parent57695c1fdd30fbbe4fe902efc5a8275f397b7bc9 (diff)
downloadtdeaccessibility-716294c77e47b0a0abde10aa95c78a8844928877.tar.gz
tdeaccessibility-716294c77e47b0a0abde10aa95c78a8844928877.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 51e1505d8c6135e2fbb25ca48b6bfb77015f5402)
Diffstat (limited to 'kbstateapplet/kbstate.cpp')
-rw-r--r--kbstateapplet/kbstate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp
index e0bf552..e93d290 100644
--- a/kbstateapplet/kbstate.cpp
+++ b/kbstateapplet/kbstate.cpp
@@ -264,7 +264,7 @@ int KbStateApplet::heightForWidth(int w) const {
}
void KbStateApplet::mousePressEvent(TQMouseEvent *e) {
- if (e->button() == Qt::RightButton)
+ if (e->button() == TQt::RightButton)
popup->popup(e->globalPos());
}
@@ -308,7 +308,7 @@ void KbStateApplet::layout() {
accessxCount++;
}
- if (orientation() ==Qt::Vertical) {
+ if (orientation() ==TQt::Vertical) {
calculateSizes (width(), modifierCount, lockkeyCount, accessxCount,
showMouse, lines, length, size);