summaryrefslogtreecommitdiff
path: root/sowatchd/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchd/service.h')
-rw-r--r--sowatchd/service.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/sowatchd/service.h b/sowatchd/service.h
deleted file mode 100644
index 797dc3d..0000000
--- a/sowatchd/service.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef SERVICE_H
-#define SERVICE_H
-
-#include <QtCore/QObject>
-#include <QtCore/QList>
-#include <QtCore/QSettings>
-
-#include <sowatch.h>
-
-namespace sowatch
-{
-
-class Service : public QObject
-{
- Q_OBJECT
-public:
- explicit Service(QObject *parent = 0);
-
-public slots:
- void terminate();
-
-};
-
-}
-
-#endif // SERVICE_H