From 0a6e0958c03e41c87b15557b6f407874f20c2f8d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:39:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- blinken/src/highscoredialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'blinken/src/highscoredialog.h') diff --git a/blinken/src/highscoredialog.h b/blinken/src/highscoredialog.h index d61edf48..484f392b 100644 --- a/blinken/src/highscoredialog.h +++ b/blinken/src/highscoredialog.h @@ -10,8 +10,8 @@ #ifndef HIGHSCOREDIALOG_H #define HIGHSCOREDIALOG_H -#include -#include +#include +#include #include @@ -20,13 +20,13 @@ class myTabWidget; class highScoreDialog : private KDialogBase { public: - highScoreDialog(QWidget *parent); + highScoreDialog(TQWidget *parent); bool scoreGoodEnough(int level, int score); - void addScore(int level, int score, const QString &name); + void addScore(int level, int score, const TQString &name); void showLevel(int level); - QValueList< QPair > m_scores[3]; + TQValueList< QPair > m_scores[3]; myTabWidget *m_tw; }; -- cgit v1.2.1