summaryrefslogtreecommitdiffstats
path: root/tools/designer/editor/parenmatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/editor/parenmatcher.h')
-rw-r--r--tools/designer/editor/parenmatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/editor/parenmatcher.h b/tools/designer/editor/parenmatcher.h
index 805aca58e..14eba4385 100644
--- a/tools/designer/editor/parenmatcher.h
+++ b/tools/designer/editor/parenmatcher.h
@@ -48,7 +48,7 @@ struct Paren
TQChar chr;
int pos;
- Q_DUMMY_COMPARISON_OPERATOR( Paren )
+ TQ_DUMMY_COMPARISON_OPERATOR( Paren )
};
typedef TQValueList<Paren> ParenList;