From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/grapher-nsplugin-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/grapher-nsplugin-example.html') diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 03759058c..e373bad8b 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -121,7 +121,7 @@ public: // class Graph : public TQNPWidget { - Q_OBJECT + TQ_OBJECT public: // Constructs a Graph to display a GraphModel // @@ -449,7 +449,7 @@ const char* Graph::styleName[] = { "Pie", "Bar", 0 }; // class Grapher : public TQNPInstance, GraphModel { - Q_OBJECT + TQ_OBJECT public: // Create a Grapher - all Grapher plugins are created // by one GrapherPlugin object. -- cgit v1.2.3