diff options
Diffstat (limited to 'sowatchd/daemon.h')
-rw-r--r-- | sowatchd/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sowatchd/daemon.h b/sowatchd/daemon.h index 48125fb..249f525 100644 --- a/sowatchd/daemon.h +++ b/sowatchd/daemon.h @@ -13,7 +13,7 @@ namespace sowatch class Daemon : public QObject { - Q_OBJECT + Q_OBJECT public: explicit Daemon(QObject *parent = 0); |