summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayitsystemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/ksayitsystemtray.cpp')
-rw-r--r--ksayit/src/ksayitsystemtray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/ksayitsystemtray.cpp b/ksayit/src/ksayitsystemtray.cpp
index e7054a2..cf10c32 100644
--- a/ksayit/src/ksayitsystemtray.cpp
+++ b/ksayit/src/ksayitsystemtray.cpp
@@ -26,8 +26,8 @@
// App specific includes
#include "ksayitsystemtray.h"
-KSayItSystemTray::KSayItSystemTray(TQWidget *tqparent, const char *name)
- : KSystemTray(tqparent,name)
+KSayItSystemTray::KSayItSystemTray(TQWidget *parent, const char *name)
+ : KSystemTray(parent,name)
{
initActions();
changeState( StateCLIPEMPTY::Instance() );