diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:29 -0600 |
commit | 5b7a410168082c8759ed3e3faef9a729aee1bbcb (patch) | |
tree | 7e176dd55777861a425bdb61c448fd72dc5c8958 /src | |
parent | 5c4a39a07e587dd80067eccd2f70854f249541e5 (diff) | |
download | kdbusnotification-5b7a410168082c8759ed3e3faef9a729aee1bbcb.tar.gz kdbusnotification-5b7a410168082c8759ed3e3faef9a729aee1bbcb.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/daemon.h | 2 |
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(); |