]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Qt4 - Moving function from one file to another...
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index 2ee76e8ece8c3286dd44453c89585ce561d12627..869e4bbb8c99eea3c71d4de49b145831f5e01c80 100644 (file)
@@ -93,10 +93,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