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.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qmapwatchlet/compasswatchlet.cpp') diff --git a/qmapwatchlet/compasswatchlet.cpp b/qmapwatchlet/compasswatchlet.cpp index 3101955..cbc19a4 100644 --- a/qmapwatchlet/compasswatchlet.cpp +++ b/qmapwatchlet/compasswatchlet.cpp @@ -1,11 +1,11 @@ -#include "tripwatchlet.h" +#include "compasswatchlet.h" using namespace sowatch; -const QLatin1String TripWatchlet::myId("com.javispedro.sowatch.trip"); +const QLatin1String CompassWatchlet::myId("com.javispedro.sowatch.compass"); -TripWatchlet::TripWatchlet(WatchServer* server) : +CompassWatchlet::CompassWatchlet(WatchServer* server) : DeclarativeWatchlet(server, myId) { - setSource(QUrl(SOWATCH_QML_DIR "/qmapwatchlet/trip-" + server->watch()->model() + ".qml")); + setSource(QUrl(SOWATCH_QML_DIR "/qmapwatchlet/compass-" + server->watch()->model() + ".qml")); } -- cgit v1.2.3