diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 19:18:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 19:18:40 +0200 |
commit | 6df11eb1581441e45d18728baf066aa5136042ae (patch) | |
tree | 5672071de8a2ca680495b12f330bc8b3e093fbd4 /qmapwatchlet/compasswatchlet.h | |
parent | 26b8b909570bca66882c68f1c6f578f2aeef1e7e (diff) | |
download | sowatch-6df11eb1581441e45d18728baf066aa5136042ae.tar.gz sowatch-6df11eb1581441e45d18728baf066aa5136042ae.zip |
testin compass watchlet
Diffstat (limited to 'qmapwatchlet/compasswatchlet.h')
-rw-r--r-- | qmapwatchlet/compasswatchlet.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qmapwatchlet/compasswatchlet.h b/qmapwatchlet/compasswatchlet.h index 185205b..88547a2 100644 --- a/qmapwatchlet/compasswatchlet.h +++ b/qmapwatchlet/compasswatchlet.h @@ -1,20 +1,20 @@ -#ifndef TRIPWATCHLET_H -#define TRIPWATCHLET_H +#ifndef COMPASSWATCHLET_H +#define COMPASSWATCHLET_H #include <sowatch.h> namespace sowatch { -class TripWatchlet : public DeclarativeWatchlet +class CompassWatchlet : public DeclarativeWatchlet { Q_OBJECT public: - explicit TripWatchlet(WatchServer* server); + explicit CompassWatchlet(WatchServer* server); static const QLatin1String myId; }; } -#endif // TRIPWATCHLET_H +#endif // COMPASSWATCHLET_H |