From 007026cdc4d51e217ce6317b87c0ff2b2d120c83 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Nov 2023 11:05:40 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- charselectapplet/charselectapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charselectapplet') diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index cd2e0f5..548e7f7 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -285,7 +285,7 @@ void CharTable::mousePressEvent(TQMouseEvent *e) void CharTable::mouseMoveEvent(TQMouseEvent *e) { - if(!(e->state() & (Qt::LeftButton | Qt::RightButton | Qt::MidButton))) return; + if(!(e->state() & (TQt::LeftButton | TQt::RightButton | TQt::MidButton))) return; int row = findRow(e->y()); if (row == -1) return; -- cgit v1.2.1