summaryrefslogtreecommitdiffstats
path: root/examples/demo/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/display.h')
-rw-r--r--examples/demo/display.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/demo/display.h b/examples/demo/display.h
index 3a86e236..c3241150 100644
--- a/examples/demo/display.h
+++ b/examples/demo/display.h
@@ -24,7 +24,7 @@ class Screen;
class Curve;
class DisplayWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
DisplayWidget( TQWidget *parent=0, const char *name=0 );
@@ -51,7 +51,7 @@ private:
};
class Screen : public TQFrame {
- Q_OBJECT
+ TQ_OBJECT
public:
enum { FrameWidth = 3 };
Screen( TQWidget *parent=0, const char *name=0 );
@@ -74,7 +74,7 @@ private:
};
class Curve : public TQFrame {
- Q_OBJECT
+ TQ_OBJECT
enum { FrameWidth = 3 };
public:
Curve( TQWidget *parent=0, const char *name=0 );