summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kopeteaccountstatusbaricon.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kopeteaccountstatusbaricon.h')
-rw-r--r--kopete/kopete/kopeteaccountstatusbaricon.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/kopete/kopeteaccountstatusbaricon.h b/kopete/kopete/kopeteaccountstatusbaricon.h
index 7c3034c9..503008ff 100644
--- a/kopete/kopete/kopeteaccountstatusbaricon.h
+++ b/kopete/kopete/kopeteaccountstatusbaricon.h
@@ -18,9 +18,9 @@
#ifndef KOPETEACCOUNTSTATUSBARICON_H
#define KOPETEACCOUNTSTATUSBARICON_H
-#include <qevent.h>
-#include <qlabel.h>
-#include <qpoint.h>
+#include <tqevent.h>
+#include <tqlabel.h>
+#include <tqpoint.h>
namespace Kopete
{
@@ -38,17 +38,17 @@ public:
/**
* Create a statusbar icon.
*/
- KopeteAccountStatusBarIcon( Kopete::Account *acc, QWidget *parent,
+ KopeteAccountStatusBarIcon( Kopete::Account *acc, TQWidget *parent,
const char *name = 0 );
~KopeteAccountStatusBarIcon();
signals:
- void rightClicked( Kopete::Account *acc, const QPoint &p );
- void leftClicked( Kopete::Account *acc, const QPoint &p );
+ void rightClicked( Kopete::Account *acc, const TQPoint &p );
+ void leftClicked( Kopete::Account *acc, const TQPoint &p );
protected:
- virtual void mousePressEvent( QMouseEvent *me );
+ virtual void mousePressEvent( TQMouseEvent *me );
private:
Kopete::Account *m_account;