diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:04 +0900 |
| commit | 67a9fd3225cb598a4731ae04d41f254fc3d1a255 (patch) | |
| tree | 11521abbd9f4c23c60e07161b82ba536d0b902ec /src/kbfxbutton.cpp | |
| parent | 9119aa80e2361c34c3e03919f97262a068c4d5d8 (diff) | |
| download | kbfx-67a9fd3225cb598a4731ae04d41f254fc3d1a255.tar.gz kbfx-67a9fd3225cb598a4731ae04d41f254fc3d1a255.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbfxbutton.cpp')
| -rw-r--r-- | src/kbfxbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
