diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 20:54:22 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 20:54:22 +0200 |
commit | e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 (patch) | |
tree | 34a842fb825ecc14454ff044fc6af92e29b4ae10 /sowatchd/daemon.h | |
parent | e42e7dca8df8d1e4966545894e2dde228f19b6f0 (diff) | |
download | sowatch-e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8.tar.gz sowatch-e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8.zip |
Major change: sowatchd is now a QtM service
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); |