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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/systemtray.h b/kopete/kopete/systemtray.h
index 0eaca276..3f5d3fb9 100644
--- a/kopete/kopete/systemtray.h
+++ b/kopete/kopete/systemtray.h
@@ -48,7 +48,7 @@ public:
/**
* Retrieve the system tray instance
*/
- static KopeteSystemTray* systemTray( TQWidget* tqparent = 0, const char* name = 0 );
+ static KopeteSystemTray* systemTray( TQWidget* parent = 0, const char* name = 0 );
~KopeteSystemTray();
@@ -80,7 +80,7 @@ private slots:
void addBalloon();
private:
- KopeteSystemTray( TQWidget* tqparent, const char* name );
+ KopeteSystemTray( TQWidget* parent, const char* name );
TQString squashMessage( const Kopete::Message& msgText );
void removeBalloonEvent(Kopete::MessageEvent *);