summaryrefslogtreecommitdiffstats
path: root/examples/opengl/grabber/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/grabber/mainwindow.h')
-rw-r--r--examples/opengl/grabber/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/grabber/mainwindow.h b/examples/opengl/grabber/mainwindow.h
index 6f981c5381..552f902c07 100644
--- a/examples/opengl/grabber/mainwindow.h
+++ b/examples/opengl/grabber/mainwindow.h
@@ -44,12 +44,12 @@
#include <QMainWindow>
QT_BEGIN_NAMESPACE
-class QAction;
class QLabel;
class QMenu;
class QScrollArea;
class QSlider;
QT_END_NAMESPACE
+
class GLWidget;
class MainWindow : public QMainWindow
@@ -91,4 +91,4 @@ private:
QAction *aboutQtAct;
};
-#endif
+#endif // MAINWINDOW_H