summaryrefslogtreecommitdiffstats
path: root/doc/html/xform-example.html
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 /doc/html/xform-example.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/xform-example.html')
-rw-r--r--doc/html/xform-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html
index 7ee9da2b7..864f94f5a 100644
--- a/doc/html/xform-example.html
+++ b/doc/html/xform-example.html
@@ -79,7 +79,7 @@ public:
class XFormControl : public <a href="ntqvbox.html">TQVBox</a>, public ModeNames
{
- <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a>
+ <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
public:
XFormControl( const <a href="ntqfont.html">TQFont</a> &amp;initialFont, TQWidget *parent=0, const char *name=0 );
~XFormControl() {}
@@ -123,7 +123,7 @@ private:
class ShowXForm : public <a href="ntqwidget.html">TQWidget</a>, public ModeNames
{
- Q_OBJECT
+ TQ_OBJECT
public:
ShowXForm( const <a href="ntqfont.html">TQFont</a> &amp;f, TQWidget *parent=0, const char *name=0 );
~ShowXForm() {}
@@ -474,7 +474,7 @@ void <a name="f394"></a>ShowXForm::showIt()
class XFormCenter : public <a href="ntqhbox.html">TQHBox</a>, public ModeNames
{
- Q_OBJECT
+ TQ_OBJECT
public:
XFormCenter( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 );
public slots: