OSDN Git Service

fix Q3TextStream::Latin1 to QTextStream::Latin1
authorKAWACHI Takashi <tkawachi@gmail.com>
Fri, 16 Oct 2009 13:29:27 +0000 (22:29 +0900)
committerKAWACHI Takashi <tkawachi@gmail.com>
Fri, 16 Oct 2009 13:29:27 +0000 (22:29 +0900)
taskjuggler/HTMLReport.cpp

index 06095ad..42fd45e 100644 (file)
@@ -13,8 +13,6 @@
 #include "HTMLReport.h"
 
 #include "Project.h"
-//Added by qt3to4:
-#include <Q3TextStream>
 
 HTMLReport::HTMLReport(Project* p, const QString& f, const QString& df,
                        int dl) :
@@ -24,7 +22,7 @@ HTMLReport::HTMLReport(Project* p, const QString& f, const QString& df,
     rawHead(),
     rawTail()
 {
-    s.setEncoding(Q3TextStream::Latin1);
+    s.setEncoding(QTextStream::Latin1);
 }
 
 void