summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.h')
-rw-r--r--qorgwatchlet/qorgwatchlet.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/qorgwatchlet/qorgwatchlet.h b/qorgwatchlet/qorgwatchlet.h
index 6fa331c..1c0f28e 100644
--- a/qorgwatchlet/qorgwatchlet.h
+++ b/qorgwatchlet/qorgwatchlet.h
@@ -1,22 +1,18 @@
-#ifndef QMSGWATCHLET_H
-#define QMSGWATCHLET_H
+#ifndef QORGWATCHLET_H
+#define QORGWATCHLET_H
-#include <QtMessaging/QMessageService>
#include <sowatch.h>
namespace sowatch
{
-class QMsgWatchlet : public DeclarativeWatchlet
+class QOrgWatchlet : public DeclarativeWatchlet
{
Q_OBJECT
public:
- explicit QMsgWatchlet(WatchServer* server);
-
-private:
- QtMobility::QMessageService *_qms;
+ explicit QOrgWatchlet(WatchServer* server);
};
}
-#endif // QMSGWATCHLET_H
+#endif // QORGWATCHLET_H