From 97ca62239633b6d0fc02b3313f7135608456cb7c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:23:04 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 67a9fd3225cb598a4731ae04d41f254fc3d1a255) --- src/kbfxbutton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxbutton.cpp') diff --git a/src/kbfxbutton.cpp b/src/kbfxbutton.cpp index f89a61a..585b36e 100644 --- a/src/kbfxbutton.cpp +++ b/src/kbfxbutton.cpp @@ -237,7 +237,7 @@ void KbfxButton::toggleKMenu() void KbfxButton::mousePressEvent ( TQMouseEvent * e ) { e->accept(); - if ( e->button() == Qt::LeftButton ) + if ( e->button() == TQt::LeftButton ) { if ( m_toggle == false ) { @@ -264,7 +264,7 @@ void KbfxButton::mousePressEvent ( TQMouseEvent * e ) emit clicked (); } - if ( e->button() == Qt::RightButton ) + if ( e->button() == TQt::RightButton ) { m_fadePix = m_normal_skin; fade(); -- cgit v1.2.3