]> git.sesse.net Git - vlc/commitdiff
Qt4: Compile Fix.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 1 Feb 2007 18:40:30 +0000 (18:40 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 1 Feb 2007 18:40:30 +0000 (18:40 +0000)
modules/gui/qt4/components/preferences_widgets.hpp

index f93dd488084770627f88e69ccb7a249d812a26ce..5cccaea67bc7de3c489d18bb6bcf79666689b490 100644 (file)
 #include <QCheckBox>
 #include <QVector>
 #include <QDialog>
+#include <QLabel>
 
-#include "ui/input_stats.h"
 #include "qt4.hpp"
 #include <assert.h>
 
+class QGridLayout;
+
 class ConfigControl : public QObject
 {
     Q_OBJECT;