From 0ea889939059694c588988e0b6d8fd92eb5b7539 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 14 Nov 2014 21:25:54 -0600 Subject: Fix a long-standing conflict between QtCurve's Gradient class and Libreoffice's Gradient class This largely resolves Bug 1489 --- style/qtcurve.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style/qtcurve.h') diff --git a/style/qtcurve.h b/style/qtcurve.h index fc31dab..a060102 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -65,6 +65,10 @@ #include #include "common.h" +#ifdef __cplusplus +using namespace TDEQtCurveStyle; +#endif + class TQTimer; class TQSlider; -- cgit v1.2.1