summaryrefslogtreecommitdiff
path: root/src/dvfile.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-04 10:46:41 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-04 10:46:41 +0200
commit7a290431cf56a54886888d90c9b0aea65a7940de (patch)
tree80c5ee81f0e671a9f7f6390c6e8065dc505af60d /src/dvfile.h
parent9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 (diff)
Move all pixmaps into qrc.
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__*/