2:cd8679d3e590 | 3:a60b2ab2ac3f |
---|---|
30 // | 30 // |
31 | 31 |
32 #ifndef SIMPLEFILE_H | 32 #ifndef SIMPLEFILE_H |
33 #define SIMPLEFILE_H | 33 #define SIMPLEFILE_H |
34 | 34 |
35 #define QT3_SUPPORT | |
36 | |
37 #include <qfile.h> | 35 #include <qfile.h> |
38 #include <qtextstream.h> | 36 #include <qtextstream.h> |
39 | 37 |
40 | 38 |
41 class Simplefile : public QFile | 39 class Simplefile : public QFile |