diff options
Diffstat (limited to 'libkdegames/highscore/kscoredialog.h')
-rw-r--r-- | libkdegames/highscore/kscoredialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdegames/highscore/kscoredialog.h b/libkdegames/highscore/kscoredialog.h index 50424caa..d5a7eac0 100644 --- a/libkdegames/highscore/kscoredialog.h +++ b/libkdegames/highscore/kscoredialog.h @@ -30,9 +30,9 @@ this software. #include <kdialogbase.h> #include <kdemacros.h> -class QGridLayout; -class QLineEdit; -class QWidgetStack; +class TQGridLayout; +class TQLineEdit; +class TQWidgetStack; /** * A simple high score dialog. |