From: RĂ©mi Duraffort Date: Fri, 1 Feb 2008 19:00:29 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: 0.9.0-test0~3027 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fa417cafd73799553e92e5075dce22af1ca3efaa;p=vlc Fix previous commit. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 533fc8bb32..e2db8c1cb8 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -262,7 +262,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, optionWidgets.append( ui.outputModule ); optionWidgets.append( ui.volNormBox ); /*Little mofification of ui.volumeValue to compile with Qt < 4.3 */ -#ifdef QT43 +#if HAS_QT43 ui.volumeValue->setButtonSymbols(QAbstractSpinBox::NoButtons); #endif optionWidgets.append( ui.volumeValue );