summaryrefslogtreecommitdiffstats
path: root/style/qtcurve.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 21:25:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 21:25:54 -0600
commit0ea889939059694c588988e0b6d8fd92eb5b7539 (patch)
tree69b7087db9897dab31fdc14cd6f98c030cd01b0c /style/qtcurve.h
parentb91b9e500bd265bc06564ff6935966b75cba82ff (diff)
downloadtde-style-qtcurve-0ea889939059694c588988e0b6d8fd92eb5b7539.tar.gz
tde-style-qtcurve-0ea889939059694c588988e0b6d8fd92eb5b7539.zip
Fix a long-standing conflict between QtCurve's Gradient class and Libreoffice's Gradient class
This largely resolves Bug 1489
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r--style/qtcurve.h4
1 files changed, 4 insertions, 0 deletions
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 <tqvaluelist.h>
#include "common.h"
+#ifdef __cplusplus
+using namespace TDEQtCurveStyle;
+#endif
+
class TQTimer;
class TQSlider;