diff options
Diffstat (limited to 'libkdegames/highscore/kscoredialog.h')
-rw-r--r-- | libkdegames/highscore/kscoredialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libkdegames/highscore/kscoredialog.h b/libkdegames/highscore/kscoredialog.h index d5a7eac0..35a593b3 100644 --- a/libkdegames/highscore/kscoredialog.h +++ b/libkdegames/highscore/kscoredialog.h @@ -39,6 +39,7 @@ class TQWidgetStack; */ class KDE_EXPORT KScoreDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: enum Fields { Name = 1 << 0, @@ -56,10 +57,10 @@ public: /** * @param fields Which fields should be listed. - * @param parent passed to parent TQWidget constructor - * @param name passed to parent TQWidget constructor + * @param tqparent passed to tqparent TQWidget constructor + * @param name passed to tqparent TQWidget constructor */ - KScoreDialog(int fields, TQWidget *parent=0, const char *name=0); + KScoreDialog(int fields, TQWidget *tqparent=0, const char *name=0); ~KScoreDialog(); |