From: KAWACHI Takashi Date: Fri, 16 Oct 2009 13:29:27 +0000 (+0900) Subject: fix Q3TextStream::Latin1 to QTextStream::Latin1 X-Git-Url: http://git.sourceforge.jp/view?p=tjqt4port%2Ftj2qt4.git;a=commitdiff_plain;h=2b1e7f2c692295d8dafba2ac08048100ac8d4e4c fix Q3TextStream::Latin1 to QTextStream::Latin1 --- diff --git a/taskjuggler/HTMLReport.cpp b/taskjuggler/HTMLReport.cpp index 06095adc..42fd45e0 100644 --- a/taskjuggler/HTMLReport.cpp +++ b/taskjuggler/HTMLReport.cpp @@ -13,8 +13,6 @@ #include "HTMLReport.h" #include "Project.h" -//Added by qt3to4: -#include 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