diff options
Diffstat (limited to 'examples/demo/graph.h')
-rw-r--r-- | examples/demo/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/graph.h b/examples/demo/graph.h index 58221b8b4..1cb0f5017 100644 --- a/examples/demo/graph.h +++ b/examples/demo/graph.h @@ -17,7 +17,7 @@ class GraphWidgetPrivate; class GraphWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GraphWidget( TQWidget *parent=0, const char *name=0 ); ~GraphWidget(); |