Blind fix for kde

/home/tinderbox/master/vcl/unx/kde/salnativewidgets-kde.cxx:1987:88: error: implicit instantiation of undefined template ´boost::optional<Color>´
aStyleSettings.SetMenuBarTextColor( aStyleSettings.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) );

/home/tinderbox/master/include/vcl/settings.hxx:38:32: note: template is declared here
template<typename T> class optional;

Change-Id: Ic681d36f376f7433dae56fc1da5f8a2dd0f597ea
This commit is contained in:
Julien Nabet
2015-07-11 12:43:52 +02:00
parent dad6be8af0
commit 2385754243

View File

@@ -35,6 +35,8 @@
#include <config_vclplug.h>
#include <boost/optional.hpp>
#if ENABLE_TDE
#define QPushButton_String "TQPushButton"
#define QRadioButton_String "TQRadioButton"