summaryrefslogtreecommitdiffstats
path: root/examples/chart/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chart/element.h')
-rw-r--r--examples/chart/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chart/element.h b/examples/chart/element.h
index 4b1b81ad..b48cc31a 100644
--- a/examples/chart/element.h
+++ b/examples/chart/element.h
@@ -59,7 +59,7 @@ public:
#ifdef TQ_FULL_TEMPLATE_INSTANTIATION
// xlC 3.x workaround
- Q_DUMMY_COMPARISON_OPERATOR(Element)
+ TQ_DUMMY_COMPARISON_OPERATOR(Element)
bool operator!=( const Element& e) const {
return ( !(e == *this) );
}