diff options
Diffstat (limited to 'src/videowidget.h')
-rw-r--r-- | src/videowidget.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/videowidget.h b/src/videowidget.h index b9ac9d6..739601e 100644 --- a/src/videowidget.h +++ b/src/videowidget.h @@ -24,14 +24,11 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "config.h" -#ifdef USE_GUI - #ifndef __VIDEOWIDGET_H__ #define __VIDEOWIDGET_H__ -#include <qwidget.h> -#include <qpixmap.h> +#include <QWidget> +#include <QPixmap> #include "camera.h" @@ -53,5 +50,3 @@ private: }; #endif /* __VIDEOWIDGET_H__ */ - -#endif /* USE_GUI */ |