summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:29 -0600
commit5b7a410168082c8759ed3e3faef9a729aee1bbcb (patch)
tree7e176dd55777861a425bdb61c448fd72dc5c8958 /src/daemon
parent5c4a39a07e587dd80067eccd2f70854f249541e5 (diff)
downloadkdbusnotification-5b7a410168082c8759ed3e3faef9a729aee1bbcb.tar.gz
kdbusnotification-5b7a410168082c8759ed3e3faef9a729aee1bbcb.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 0839490..092242d 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -28,7 +28,7 @@
class NotifierContainer : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
NotifierContainer();