summaryrefslogtreecommitdiffstats
path: root/kenolaba/Ball.h
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/Ball.h')
-rw-r--r--kenolaba/Ball.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kenolaba/Ball.h b/kenolaba/Ball.h
index 1fcf1b37..25fd13eb 100644
--- a/kenolaba/Ball.h
+++ b/kenolaba/Ball.h
@@ -49,7 +49,7 @@ class Ball {
private:
void render();
- static void invalidate();
+ static void tqinvalidate();
//static TQImage back;
static int sizeX, sizeY;
@@ -94,12 +94,13 @@ class BallPosition {
#define MAX_POSITION 130
#define MAX_ANIMATION 20
-class BallWidget : public QWidget
+class BallWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- BallWidget(int _freq, int bFr, TQWidget *parent = 0, const char *name = 0);
+ BallWidget(int _freq, int bFr, TQWidget *tqparent = 0, const char *name = 0);
~BallWidget();
void createBlending(int, int, Ball* , Ball* );
@@ -140,8 +141,9 @@ class BallWidget : public QWidget
class BallTest: public BallWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- BallTest(TQWidget *parent=0, const char *name=0 );
+ BallTest(TQWidget *tqparent=0, const char *name=0 );
protected:
void mousePressEvent( TQMouseEvent * );
void mouseReleaseEvent( TQMouseEvent * );