diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:58:26 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:58:26 +0000 |
commit | 838baf3f99ec5ab81b063eb5449a3381d860f377 (patch) | |
tree | dd31abcfde08ca92e4623b8f50b3d762a87c997a /libkdegames/highscore/kscoredialog.h | |
parent | 2bf598bafa22fac4126fc8842df6b0119aadc0e9 (diff) | |
download | tdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.tar.gz tdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.zip |
TQt4 port kdegames
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1236074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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(); |