summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kopeteaccountstatusbaricon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kopeteaccountstatusbaricon.cpp')
-rw-r--r--kopete/kopete/kopeteaccountstatusbaricon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/kopeteaccountstatusbaricon.cpp b/kopete/kopete/kopeteaccountstatusbaricon.cpp
index 45228788..d08f7f96 100644
--- a/kopete/kopete/kopeteaccountstatusbaricon.cpp
+++ b/kopete/kopete/kopeteaccountstatusbaricon.cpp
@@ -44,11 +44,11 @@ KopeteAccountStatusBarIcon::~KopeteAccountStatusBarIcon()
void KopeteAccountStatusBarIcon::mousePressEvent( TQMouseEvent *me )
{
- if( me->button() == Qt::RightButton )
+ if( me->button() == TQt::RightButton )
{
emit rightClicked( m_account, TQPoint( me->globalX(), me->globalY() ) );
}
- else if( me->button() == Qt::LeftButton )
+ else if( me->button() == TQt::LeftButton )
{
emit leftClicked( m_account, TQPoint( me->globalX(), me->globalY() ) );
}