summaryrefslogtreecommitdiffstats
path: root/examples/demo/display.h
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 /examples/demo/display.h
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
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 3a86e2368..c3241150b 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 );