summaryrefslogtreecommitdiffstats
path: root/knights/chessclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/chessclock.h')
-rw-r--r--knights/chessclock.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/knights/chessclock.h b/knights/chessclock.h
index ce2a1fd..e33695e 100644
--- a/knights/chessclock.h
+++ b/knights/chessclock.h
@@ -18,8 +18,8 @@
#ifndef CHESSCLOCK_H
#define CHESSCLOCK_H
-#include <qwidget.h>
-#include <qstring.h>
+#include <tqwidget.h>
+#include <tqstring.h>
#include <stdlib.h>
#include "definitions.h"
#include "resource.h"
@@ -28,13 +28,14 @@
*@author Troy Corbin Jr.
*/
-class chessclock : public QWidget
+class chessclock : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- chessclock( QWidget *parent=0, const char *name=0, resource *Rsrc=0 );
+ chessclock( TQWidget *tqparent=0, const char *name=0, resource *Rsrc=0 );
~chessclock();
/* The Set function accepts Centiseconds ( 1/100 second ) */
@@ -45,8 +46,8 @@ class chessclock : public QWidget
void Moved( void );
int getCentiseconds( const bool Army );
- QString whiteClock;
- QString blackClock;
+ TQString whiteClock;
+ TQString blackClock;
bool Silent;
bool Flag[2];