diff options
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(); |