From 5b7a410168082c8759ed3e3faef9a729aee1bbcb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:29 -0600 Subject: [PATCH] Remove spurious TQ_OBJECT instances --- src/daemon/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();