summaryrefslogtreecommitdiffstats
path: root/videogui.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 05:17:37 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 05:17:37 -0400
commit2bb77bf0c2b479475e559dd27d8eddcef9fd5ca0 (patch)
tree869a4279ef5e1f729b9db96bc3ea69c89542c5a7 /videogui.h
parentAdd handbrake snapshot build. (diff)
downloadAnyRip-2bb77bf0c2b479475e559dd27d8eddcef9fd5ca0.tar.xz
AnyRip-2bb77bf0c2b479475e559dd27d8eddcef9fd5ca0.zip
Encoding skeleton and cleanups.
Diffstat (limited to 'videogui.h')
-rw-r--r--videogui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/videogui.h b/videogui.h
index d087b85..58e20ad 100644
--- a/videogui.h
+++ b/videogui.h
@@ -1,12 +1,12 @@
#ifndef VIDEOGUI_H
#define VIDEOGUI_H
-#include <QWidget>
+#include <QFrame>
#include "video.h"
class QCheckBox;
class Video;
-class VideoGui : public QWidget
+class VideoGui : public QFrame
{
Q_OBJECT
public: