OSDN Git Service

use QTextStream instead of Q3TextStream
[tjqt4port/tj2qt4.git] / taskjuggler / FileToken.h
index 901e65d..8d64dae 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <memory>
 
-#include <q3textstream.h>
+#include <QTextStream>
 #include <q3ptrlist.h>
 //Added by qt3to4:
 #include <Q3ValueList>
@@ -65,7 +65,7 @@ protected:
     FILE* m_fh;
 
     // The stream used to read the file.
-    std::auto_ptr<Q3TextStream> m_f;
+    std::auto_ptr<QTextStream> m_f;
 
     // The number of the line currently being read.
     int m_currLine;