diff options
Diffstat (limited to 'sysutils/kshutdown/files/patch-mtipp.cpp')
-rw-r--r-- | sysutils/kshutdown/files/patch-mtipp.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/kshutdown/files/patch-mtipp.cpp b/sysutils/kshutdown/files/patch-mtipp.cpp deleted file mode 100644 index 584a8027356..00000000000 --- a/sysutils/kshutdown/files/patch-mtipp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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() ? " " : ("<img src=\"" + _iconPath + "\">"); -+ leftCell += _iconPath.isEmpty() ? QString::fromLatin1(" ") : ("<img src=\"" + _iconPath + "\">"); - leftCell += "</td>"; - setText( - "<qt>" \ |