aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kshutdown-kde4/files/patch-mtipp.cpp
blob: 584a8027356ff4d63642d6e46b920ee8d3edf195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- kshutdown/mtip.cpp.orig	Mon Jan  9 18:34:50 2006
+++ kshutdown/mtip.cpp	Mon Jan  9 18:35:25 2006
@@ -41,7 +41,7 @@
 {
 	// valign and "center" ?
 	QString leftCell = "<td align=\"center\" valign=\"center\">";
-	leftCell += _iconPath.isEmpty() ? "&nbsp;" : ("<img src=\"" + _iconPath + "\">");
+	leftCell += _iconPath.isEmpty() ? QString::fromLatin1("&nbsp;") : ("<img src=\"" + _iconPath + "\">");
 	leftCell += "</td>";
 	setText(
 		"<qt>" \