summaryrefslogtreecommitdiff
path: root/nekowatchlet/nekowatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'nekowatchlet/nekowatchlet.h')
-rw-r--r--nekowatchlet/nekowatchlet.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/nekowatchlet/nekowatchlet.h b/nekowatchlet/nekowatchlet.h
new file mode 100644
index 0000000..067606a
--- /dev/null
+++ b/nekowatchlet/nekowatchlet.h
@@ -0,0 +1,20 @@
+#ifndef NEKOWATCHLET_H
+#define NEKOWATCHLET_H
+
+#include <sowatch.h>
+
+namespace sowatch
+{
+
+class NekoWatchlet : public DeclarativeWatchlet
+{
+ Q_OBJECT
+public:
+ explicit NekoWatchlet(WatchServer* server);
+
+ static const QLatin1String myId;
+};
+
+}
+
+#endif // NEKOWATCHLET_H