summaryrefslogtreecommitdiffstats
path: root/kwin4/kwin4/scorewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwin4/kwin4/scorewidget.h')
-rw-r--r--kwin4/kwin4/scorewidget.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/kwin4/kwin4/scorewidget.h b/kwin4/kwin4/scorewidget.h
index 82648b2c..7814467b 100644
--- a/kwin4/kwin4/scorewidget.h
+++ b/kwin4/kwin4/scorewidget.h
@@ -1,7 +1,7 @@
#ifndef _SCOREWIDGET_H
#define _SCOREWIDGET_H
-#include <qframe.h>
+#include <tqframe.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
@@ -13,32 +13,32 @@ class ScoreWidget : public QFrame
Q_OBJECT
public:
- ScoreWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ScoreWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
void setMove(int i);
void setLevel(int i);
void setChance(int i);
- void setPlayer(QString s,int no);
+ void setPlayer(TQString s,int no);
void setTurn(int i);
protected:
- QGroupBox* GroupBox1;
- QLabel* TextLabel4;
- QLabel* TextLabel5;
- QLabel* TextLabel6;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
- QLabel* TextLabel3;
- QLabel* TextLabel7;
- QLabel* TextLabel8;
- QLabel* TextLabel9;
+ TQGroupBox* GroupBox1;
+ TQLabel* TextLabel4;
+ TQLabel* TextLabel5;
+ TQLabel* TextLabel6;
+ TQLabel* TextLabel1;
+ TQLabel* TextLabel2;
+ TQLabel* TextLabel3;
+ TQLabel* TextLabel7;
+ TQLabel* TextLabel8;
+ TQLabel* TextLabel9;
protected:
- void paintEvent( QPaintEvent * );
- void Paint(QPainter *p,QRect rect);
- void drawBorder(QPainter *p,QRect rect,int offset,int width,int mode);
+ void paintEvent( TQPaintEvent * );
+ void Paint(TQPainter *p,TQRect rect);
+ void drawBorder(TQPainter *p,TQRect rect,int offset,int width,int mode);
protected:
- QGridLayout* LayoutB;
+ TQGridLayout* LayoutB;
};
#endif // _SCOREWIDGET_H