]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/complete_preferences.hpp
Revert "Qt4: small loop change"
[vlc] / modules / gui / qt4 / components / complete_preferences.hpp
index ebdcb4c99c8f25a4705d126939981f6c1ea94dc1..32ad1896b8e0c5ed91449ef802a0c51ff4ad3a3c 100644 (file)
 #ifndef _PREFSTREE_H_
 #define _PREFSTREE_H_
 
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 #include <vlc_interface.h>
 
 #include <QTreeWidget>
@@ -60,7 +64,7 @@ Q_DECLARE_METATYPE( PrefsItemData* );
 
 class PrefsTree : public QTreeWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     PrefsTree( intf_thread_t *, QWidget * );
     virtual ~PrefsTree();
@@ -81,7 +85,7 @@ class AdvPrefsPanel : public QWidget
 public:
     AdvPrefsPanel( intf_thread_t *, QWidget *, PrefsItemData * );
     AdvPrefsPanel( QWidget *);
-    virtual ~AdvPrefsPanel() {};
+    virtual ~AdvPrefsPanel();
     void apply();
     void clean();
 private: