summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayitsystemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/ksayitsystemtray.h')
-rw-r--r--ksayit/src/ksayitsystemtray.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ksayit/src/ksayitsystemtray.h b/ksayit/src/ksayitsystemtray.h
index 90b15fb..cdeca47 100644
--- a/ksayit/src/ksayitsystemtray.h
+++ b/ksayit/src/ksayitsystemtray.h
@@ -39,11 +39,12 @@ class State;
*/
class KSayItSystemTray : public KSystemTray {
Q_OBJECT
+ TQ_OBJECT
friend class State;
public:
- KSayItSystemTray(TQWidget *parent=0, const char *name=0);
+ KSayItSystemTray(TQWidget *tqparent=0, const char *name=0);
~KSayItSystemTray();
signals:
@@ -149,6 +150,7 @@ private:
class State : public KSystemTray {
Q_OBJECT
+ TQ_OBJECT
public:
State();
~State();