From 0bd30c3c2ee4250bbe97ad7e72da478571bb55d1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:24:04 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/MainWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index b4a96c9..2cdb056 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -991,7 +991,7 @@ KbdTray::KbdTray(TQWidget *parent, const char *name) : KSystemTray(parent,name) void KbdTray::mousePressEvent(TQMouseEvent *e) { - if (e->button()==Qt::LeftButton) { + if (e->button()==TQt::LeftButton) { TQWidget *p = parentWidget(); if (p){ if (p->isShown()){