From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/t13-gamebrd-h.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/t13-gamebrd-h.html') diff --git a/doc/html/t13-gamebrd-h.html b/doc/html/t13-gamebrd-h.html index a3f1bae4..11ec5e1c 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 <qwidget.h> +#include <ntqwidget.h> class TQPushButton; class LCDRange; @@ -52,11 +52,11 @@ class CannonField; #include "cannon.h" -class GameBoard : public TQWidget +class GameBoard : public TQWidget { Q_OBJECT public: - GameBoard( TQWidget *parent=0, const char *name=0 ); + GameBoard( TQWidget *parent=0, const char *name=0 ); protected slots: void fire(); @@ -65,8 +65,8 @@ protected slots: void newGame(); private: - TQLCDNumber *hits; - TQLCDNumber *shotsLeft; + TQLCDNumber *hits; + TQLCDNumber *shotsLeft; CannonField *cannonField; }; -- cgit v1.2.1