summaryrefslogtreecommitdiffstats
path: root/doc/html/tictac-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tictac-example.html')
-rw-r--r--doc/html/tictac-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html
index b15ee6459..85579a1ed 100644
--- a/doc/html/tictac-example.html
+++ b/doc/html/tictac-example.html
@@ -67,7 +67,7 @@ class TQLabel;
class TicTacButton : public <a href="ntqpushbutton.html">TQPushButton</a>
{
- <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a>
+ <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
public:
TicTacButton( <a href="ntqwidget.html">TQWidget</a> *parent );
enum Type { Blank, Circle, Cross };
@@ -98,7 +98,7 @@ typedef TQMemArray&lt;int&gt; TicTacArray;
class TicTacGameBoard : public <a href="ntqwidget.html">TQWidget</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
TicTacGameBoard( int n, TQWidget *parent=0, const char *name=0 );
~TicTacGameBoard();
@@ -131,7 +131,7 @@ private:
class TicTacToe : public <a href="ntqwidget.html">TQWidget</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
TicTacToe( int boardSize=3, TQWidget *parent=0, const char *name=0 );
private slots: