summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin/examples/grapher
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /extensions/nsplugin/examples/grapher
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'extensions/nsplugin/examples/grapher')
-rw-r--r--extensions/nsplugin/examples/grapher/grapher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/nsplugin/examples/grapher/grapher.cpp b/extensions/nsplugin/examples/grapher/grapher.cpp
index afd444534..c02a3c6ca 100644
--- a/extensions/nsplugin/examples/grapher/grapher.cpp
+++ b/extensions/nsplugin/examples/grapher/grapher.cpp
@@ -48,7 +48,7 @@ public:
//
class Graph : public TQNPWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
// Constructs a Graph to display a GraphModel
//
@@ -376,7 +376,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.