X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Futil%2Fcustomwidgets.hpp;h=869e4bbb8c99eea3c71d4de49b145831f5e01c80;hb=00e3654a317f56cf2c89d20878348b6b6086bd38;hp=6640b21132929ebe36483e50ffe0db8ef8f1e9ac;hpb=c0777c319477a09c46f34429285b6c329edae44b;p=vlc diff --git a/modules/gui/qt4/util/customwidgets.hpp b/modules/gui/qt4/util/customwidgets.hpp index 6640b21132..869e4bbb8c 100644 --- a/modules/gui/qt4/util/customwidgets.hpp +++ b/modules/gui/qt4/util/customwidgets.hpp @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef _CUSTOMWIDGETS_H_ @@ -93,10 +93,4 @@ int qtEventToVLCKey( QKeyEvent *e ); int qtWheelEventToVLCKey( QWheelEvent *e ); QString VLCKeyToString( int val ); -#include "qt4.hpp" -#include -class QComboBox; -void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf, - QComboBox *combo, QWidget *parent = 0 ); - #endif