From 1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Fri, 10 Aug 2012 23:52:30 +0200
Subject: fix package upgrade issues

---
 notificationswatchlet/metawatch-digital.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'notificationswatchlet')

diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml
index 493cc96..1e97052 100644
--- a/notificationswatchlet/metawatch-digital.qml
+++ b/notificationswatchlet/metawatch-digital.qml
@@ -28,7 +28,7 @@ Rectangle {
 			width: notifs.width
 			height: childrenRect.height
 			color: ListView.isCurrentItem ? "black" : "white"
-			Text {
+			MWLabel {
 				width: 96
 				text: "<b>" + model.modelData.title + "</b><br>" + model.modelData.body
 				wrapMode: Text.WrapAtWordBoundaryOrAnywhere
@@ -38,7 +38,7 @@ Rectangle {
 		visible: count > 0;
 	}
 
-	Text {
+	MWLabel {
 		anchors.top: title.bottom
 		anchors.horizontalCenter: parent.horizontalCenter
 		text: qsTr("No notifications");
-- 
cgit v1.2.3