summaryrefslogtreecommitdiff
path: root/src/dvfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dvfile.h')
-rw-r--r--src/dvfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dvfile.h b/src/dvfile.h
index 1052c55..b78ec68 100644
--- a/src/dvfile.h
+++ b/src/dvfile.h
@@ -29,7 +29,7 @@
#include "frame_stream.h"
-#include <stdio.h>
+#include <QFile>
#include "info.h"
@@ -44,7 +44,7 @@ public:
private:
Info* info;
- FILE* fp;
+ QFile fp;
};
#endif/*__MIAV_DVFILE_H__*/