diff options
Diffstat (limited to 'examples/chart/element.h')
-rw-r--r-- | examples/chart/element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chart/element.h b/examples/chart/element.h index da5476842..4b1b81ad0 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -57,7 +57,7 @@ public: void setProX( int index, double value ); void setProY( int index, double value ); -#ifdef Q_FULL_TEMPLATE_INSTANTIATION +#ifdef TQ_FULL_TEMPLATE_INSTANTIATION // xlC 3.x workaround Q_DUMMY_COMPARISON_OPERATOR(Element) bool operator!=( const Element& e) const { |