diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:24:41 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:24:41 +0200 |
commit | 8af1436e92c1a853b74bacc9ac0adf012fdbc4ca (patch) | |
tree | 55273b39332a99abd213b76d78d37bfb1c3447f7 /qorgwatchlet/qorgwatchlet.h | |
parent | 7897ec1596a4348cd926eff7c1d4f03616ed535c (diff) | |
download | sowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.tar.gz sowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.zip |
new calendar watchlet
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.h')
-rw-r--r-- | qorgwatchlet/qorgwatchlet.h | 14 |
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 |