summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/systemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/systemtray.h')
-rw-r--r--kopete/kopete/systemtray.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/kopete/systemtray.h b/kopete/kopete/systemtray.h
index a723ec7d..0eaca276 100644
--- a/kopete/kopete/systemtray.h
+++ b/kopete/kopete/systemtray.h
@@ -42,12 +42,13 @@ class KopeteBalloon;
class KopeteSystemTray : public KSystemTray
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Retrieve the system tray instance
*/
- static KopeteSystemTray* systemTray( TQWidget* parent = 0, const char* name = 0 );
+ static KopeteSystemTray* systemTray( TQWidget* tqparent = 0, const char* name = 0 );
~KopeteSystemTray();
@@ -79,7 +80,7 @@ private slots:
void addBalloon();
private:
- KopeteSystemTray( TQWidget* parent, const char* name );
+ KopeteSystemTray( TQWidget* tqparent, const char* name );
TQString squashMessage( const Kopete::Message& msgText );
void removeBalloonEvent(Kopete::MessageEvent *);