From 6df11eb1581441e45d18728baf066aa5136042ae Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 19 Aug 2012 19:18:40 +0200 Subject: testin compass watchlet --- qmapwatchlet/compasswatchlet.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qmapwatchlet/compasswatchlet.h') 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 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 -- cgit v1.2.3