Fixed FTBFS with gcc 4.8 when using c++11 standard.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/223/head
Michele Calgaro 3 years ago
parent ca87e569e0
commit 064d38f2c8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -60,11 +60,6 @@
#include "displayconfig.h"
using namespace std;
#ifdef __OpenBSD__
#define abs __gnu_cxx::abs
#endif
/**** DLL Interface ****/
typedef KGenericFactory<KDisplayConfig, TQWidget> KDisplayCFactory;
K_EXPORT_COMPONENT_FACTORY( kcm_displayconfig, KDisplayCFactory("kcmdisplayconfig") )

Loading…
Cancel
Save