summaryrefslogtreecommitdiff
path: root/qmapwatchlet/compasswatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-19 19:18:40 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-19 19:18:40 +0200
commit6df11eb1581441e45d18728baf066aa5136042ae (patch)
tree5672071de8a2ca680495b12f330bc8b3e093fbd4 /qmapwatchlet/compasswatchlet.h
parent26b8b909570bca66882c68f1c6f578f2aeef1e7e (diff)
downloadsowatch-6df11eb1581441e45d18728baf066aa5136042ae.tar.gz
sowatch-6df11eb1581441e45d18728baf066aa5136042ae.zip
testin compass watchlet
Diffstat (limited to 'qmapwatchlet/compasswatchlet.h')
-rw-r--r--qmapwatchlet/compasswatchlet.h10
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