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 ae481296..53bf4a19 100644
--- a/doc/html/tictac-example.html
+++ b/doc/html/tictac-example.html
@@ -171,7 +171,7 @@ private:
#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
#include &lt;stdlib.h&gt; // rand() function
-#include &lt;<a href="qdatetime-h.html">ntqdatetime.h</a>&gt; // seed for rand()
+#include &lt;<a href="tqdatetime-h.html">tqdatetime.h</a>&gt; // seed for rand()
//***************************************************************************
@@ -233,8 +233,8 @@ private:
buttons-&gt;insert( i, ttb );
btArray-&gt;at(i) = TicTacButton::Blank; // initial button type
}
-<a name="x40"></a> <a href="qtime.html">TQTime</a> t = TQTime::<a href="qtime.html#currentTime">currentTime</a>(); // set random seed
-<a name="x43"></a><a name="x42"></a><a name="x41"></a> srand( t.<a href="qtime.html#hour">hour</a>()*12+t.<a href="qtime.html#minute">minute</a>()*60+t.<a href="qtime.html#second">second</a>()*60 );
+<a name="x40"></a> <a href="tqtime.html">TQTime</a> t = TQTime::<a href="tqtime.html#currentTime">currentTime</a>(); // set random seed
+<a name="x43"></a><a name="x42"></a><a name="x41"></a> srand( t.<a href="tqtime.html#hour">hour</a>()*12+t.<a href="tqtime.html#minute">minute</a>()*60+t.<a href="tqtime.html#second">second</a>()*60 );
}
TicTacGameBoard::~TicTacGameBoard()