diff options
Diffstat (limited to 'src/systemtray.h')
-rw-r--r-- | src/systemtray.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtray.h b/src/systemtray.h index 4c97321..d413d95 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -34,7 +34,7 @@ class KSystemTray2 : public KSystemTray Q_OBJECT TQ_OBJECT public: - KSystemTray2(TQWidget *tqparent = 0, const char *name = 0); + KSystemTray2(TQWidget *parent = 0, const char *name = 0); ~KSystemTray2(); /** * Call this method when the user clicked the close button of the window @@ -56,7 +56,7 @@ class SystemTray : public KSystemTray2 Q_OBJECT TQ_OBJECT public: - SystemTray(TQWidget *tqparent = 0, const char *name = 0); + SystemTray(TQWidget *parent = 0, const char *name = 0); ~SystemTray(); protected: void mousePressEvent(TQMouseEvent *event); |