[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/filelight/src/part
From:       Martin Tobias Holmedahl Sandsmark <sandsmark () samfundet ! no>
Date:       2010-01-26 0:02:35
Message-ID: 1264464155.717785.8587.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1080277 by sandsmark:

qt3support--, use utf8

 M  +4 -4      summaryWidget.cpp  


--- trunk/playground/utils/filelight/src/part/summaryWidget.cpp #1080276:1080277
@@ -43,7 +43,7 @@
 #include <QLayout>
 #include <QApplication>
 #include <QByteArray>
-#include <Q3ValueList>
+#include <QList>
 #include <QMouseEvent>
 #include <QTextOStream>
 
@@ -58,7 +58,7 @@
 };
 
 
-struct DiskList : Q3ValueList<Disk>
+struct DiskList : QList<Disk>
 {
     DiskList();
 };
@@ -112,8 +112,8 @@
 {
     DiskList disks;
 
-    const QByteArray free = i18nc("Free", "Free space on the disks/partitions").toLocal8Bit();
-    const QByteArray used = i18nc("Used", "Used space on the disks/partitions").toLocal8Bit();
+    const QByteArray free = i18nc("Free", "Free space on the disks/partitions").toUtf8();
+    const QByteArray used = i18nc("Used", "Used space on the disks/partitions").toUtf8();
 
     KIconLoader loader;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic