From 7a290431cf56a54886888d90c9b0aea65a7940de Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 4 Jun 2014 10:46:41 +0200 Subject: Move all pixmaps into qrc. --- src/dvfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dvfile.h') 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 +#include #include "info.h" @@ -44,7 +44,7 @@ public: private: Info* info; - FILE* fp; + QFile fp; }; #endif/*__MIAV_DVFILE_H__*/ -- cgit v1.2.3