From 1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 2 Dec 2011 20:41:09 +0100 Subject: keep moving resources to filesystem --- notificationswatchlet/notificationswatchlet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notificationswatchlet/notificationswatchlet.cpp') 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")); } -- cgit v1.2.3