summaryrefslogtreecommitdiffstats
path: root/tdelirc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-08 11:05:40 +0900
committerMichele Calgaro <[email protected]>2023-11-08 18:03:11 +0900
commitb3f501d4920d589d126f1fe53cd7deb54cd8ef67 (patch)
tree2ce455340d62bb00f7775524d9acd4aa1f8d2d38 /tdelirc
parentc28e0608a97f46e79194eed488c3430b4e6efb57 (diff)
downloadtdeutils-b3f501d4920d589d126f1fe53cd7deb54cd8ef67.tar.gz
tdeutils-b3f501d4920d589d126f1fe53cd7deb54cd8ef67.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 007026cdc4d51e217ce6317b87c0ff2b2d120c83)
Diffstat (limited to 'tdelirc')
-rw-r--r--tdelirc/irkick/irkick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdelirc/irkick/irkick.cpp b/tdelirc/irkick/irkick.cpp
index 2d042f0..25a0c9f 100644
--- a/tdelirc/irkick/irkick.cpp
+++ b/tdelirc/irkick/irkick.cpp
@@ -44,7 +44,7 @@
void IRKTrayIcon::mousePressEvent(TQMouseEvent *e)
{
- KSystemTray::mousePressEvent(new TQMouseEvent(TQEvent::MouseButtonPress, e->pos(), e->globalPos(), e->button() == Qt::LeftButton ? Qt::RightButton : e->button(), e->state()));
+ KSystemTray::mousePressEvent(new TQMouseEvent(TQEvent::MouseButtonPress, e->pos(), e->globalPos(), e->button() == TQt::LeftButton ? TQt::RightButton : e->button(), e->state()));
}
IRKick::IRKick(const TQCString &obj) : TQObject(), DCOPObject(obj), npApp(TQString())