summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin/examples/grapher/grapher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/nsplugin/examples/grapher/grapher.cpp')
-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.