From 8f9e8c882373f01e38599281c1c4e0d667b1f2f2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Nov 2023 11:05:29 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf) --- kmoon/kmoonapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmoon/kmoonapplet.cpp') diff --git a/kmoon/kmoonapplet.cpp b/kmoon/kmoonapplet.cpp index 706a550..e4f5509 100644 --- a/kmoon/kmoonapplet.cpp +++ b/kmoon/kmoonapplet.cpp @@ -134,11 +134,11 @@ void MoonPAWidget::mousePressEvent( TQMouseEvent *e) if (!popup) return; - if (e->button() == Qt::RightButton) { + if (e->button() == TQt::RightButton) { popup->popup(mapToGlobal(e->pos())); popup->exec(); } - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { showAbout(); } } -- cgit v1.2.1