diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/t13-gamebrd-h.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/t13-gamebrd-h.html')
-rw-r--r-- | doc/html/t13-gamebrd-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/t13-gamebrd-h.html b/doc/html/t13-gamebrd-h.html index a3f1bae4d..11ec5e1c3 100644 --- a/doc/html/t13-gamebrd-h.html +++ b/doc/html/t13-gamebrd-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #ifndef GAMEBRD_H #define GAMEBRD_H -#include <<a href="qwidget-h.html">qwidget.h</a>> +#include <<a href="qwidget-h.html">ntqwidget.h</a>> class TQPushButton; class LCDRange; @@ -52,11 +52,11 @@ class CannonField; #include "cannon.h" -class GameBoard : public <a href="qwidget.html">TQWidget</a> +class GameBoard : public <a href="ntqwidget.html">TQWidget</a> { Q_OBJECT public: - GameBoard( <a href="qwidget.html">TQWidget</a> *parent=0, const char *name=0 ); + GameBoard( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); protected slots: void fire(); @@ -65,8 +65,8 @@ protected slots: void newGame(); private: - <a href="qlcdnumber.html">TQLCDNumber</a> *hits; - <a href="qlcdnumber.html">TQLCDNumber</a> *shotsLeft; + <a href="ntqlcdnumber.html">TQLCDNumber</a> *hits; + <a href="ntqlcdnumber.html">TQLCDNumber</a> *shotsLeft; CannonField *cannonField; }; |