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

List:       kde-commits
Subject:    kdenonbeta/kdom/test
From:       Frerich Raabe <raabe () kde ! org>
Date:       2005-08-30 17:16:40
Message-ID: 1125422200.603167.7849.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 455135 by raabe:

- Qt4


 M  +2 -0      Worker.cpp  
 M  +2 -0      ecmatest.cpp  
 M  +2 -0      parsertest.cpp  
 M  +1 -1      stringtest.cpp  


--- trunk/kdenonbeta/kdom/test/Worker.cpp #455134:455135
@@ -20,6 +20,8 @@
     Boston, MA 02111-1307, USA.
 */
 
+#include <QTextOStream>
+
 #include <kdebug.h>
 #include <kapplication.h>
 
--- trunk/kdenonbeta/kdom/test/ecmatest.cpp #455134:455135
@@ -20,6 +20,8 @@
     Boston, MA 02111-1307, USA.
 */
 
+#include <QTextOStream>
+
 #include <klocale.h>
 #include <kaboutdata.h>
 #include <kapplication.h>
--- trunk/kdenonbeta/kdom/test/parsertest.cpp #455134:455135
@@ -20,6 +20,8 @@
     Boston, MA 02111-1307, USA.
 */
 
+#include <QTextOStream>
+
 #include <kurl.h>
 #include <klocale.h>
 #include <kaboutdata.h>
--- trunk/kdenonbeta/kdom/test/stringtest.cpp #455134:455135
@@ -70,7 +70,7 @@
 
     DOMString temp;
     for(unsigned int i = 0; i < s3.length(); i++)
-        temp += DOMString(s3[i]);
+        temp += DOMString(QString(s3[i]));
 
     kdDebug() << RESULT("temp = s3 char-by-char", temp)
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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