]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Qt4 - New kind of volume slider.
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index 2ee76e8ece8c3286dd44453c89585ce561d12627..6c2be011ac6eda0116aa5942f6be52151b935dbd 100644 (file)
@@ -56,6 +56,7 @@ private:
     bool mDrawClickMsg;
 };
 
+
 /*****************************************************************
  * Custom views
  *****************************************************************/
@@ -93,10 +94,4 @@ int qtEventToVLCKey( QKeyEvent *e );
 int qtWheelEventToVLCKey( QWheelEvent *e );
 QString VLCKeyToString( int val );
 
-#include "qt4.hpp"
-#include <vlc/vlc.h>
-class QComboBox;
-void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf,
-                        QComboBox *combo, QWidget *parent = 0 );
-
 #endif