diff options
Diffstat (limited to 'ksayit/src/ksayitsystemtray.cpp')
-rw-r--r-- | ksayit/src/ksayitsystemtray.cpp | 4 |
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() ); |