diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:45 -0600 |
commit | 33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0 (patch) | |
tree | 02797061cba5f5a5caf94fa5c5f94e13ad068084 /src/systemtray.h | |
parent | 81c05336d333ef966af8f8a4663898315e460685 (diff) | |
download | basket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.tar.gz basket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.zip |
Remove spurious TQ_OBJECT instances
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 d413d95..8d18bae 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -32,7 +32,7 @@ class MainWindow; class KSystemTray2 : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: KSystemTray2(TQWidget *parent = 0, const char *name = 0); ~KSystemTray2(); @@ -54,7 +54,7 @@ class KSystemTray2 : public KSystemTray class SystemTray : public KSystemTray2 { Q_OBJECT - TQ_OBJECT + public: SystemTray(TQWidget *parent = 0, const char *name = 0); ~SystemTray(); |