summaryrefslogtreecommitdiff
path: root/notificationswatchlet/notificationswatchlet.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-12-02 20:41:09 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-12-02 20:41:09 +0100
commit1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445 (patch)
treed91d4fe8c02065943c634f4c33a9ca270771cc0e /notificationswatchlet/notificationswatchlet.cpp
parentcd220a213060b6211330699ec6a3830593945a24 (diff)
downloadsowatch-1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445.tar.gz
sowatch-1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445.zip
keep moving resources to filesystem
Diffstat (limited to 'notificationswatchlet/notificationswatchlet.cpp')
-rw-r--r--notificationswatchlet/notificationswatchlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchlet.cpp b/notificationswatchlet/notificationswatchlet.cpp
index 01110e9..89e61ca 100644
--- a/notificationswatchlet/notificationswatchlet.cpp
+++ b/notificationswatchlet/notificationswatchlet.cpp
@@ -5,6 +5,6 @@ using namespace sowatch;
NotificationsWatchlet::NotificationsWatchlet(WatchServer* server) :
DeclarativeWatchlet(server, "com.javispedro.sowatch.notifications")
{
- setSource(QUrl("qrc:/notificationswatchlet/" + server->watch()->model() + ".qml"));
+ setSource(QUrl(SOWATCH_QML_DIR "/notificationswatchlet/" + server->watch()->model() + ".qml"));
}