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 /konquest/scoredlg.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 'konquest/scoredlg.h')
-rw-r--r-- | konquest/scoredlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konquest/scoredlg.h b/konquest/scoredlg.h index 55eaa926..88b7911d 100644 --- a/konquest/scoredlg.h +++ b/konquest/scoredlg.h @@ -7,18 +7,18 @@ #include "gamecore.h" -class ScoreDlgListViewItem : public QListViewItem +class ScoreDlgListViewItem : public TQListViewItem { public: - ScoreDlgListViewItem(TQListView *parent, TQString s1, TQString s2, TQString s3, TQString s4, TQString s5, TQString s6); + ScoreDlgListViewItem(TQListView *tqparent, TQString s1, TQString s2, TQString s3, TQString s4, TQString s5, TQString s6); int compare(TQListViewItem *i, int col, bool) const; }; -class ScoreDlg : public QDialog +class ScoreDlg : public TQDialog { public: - ScoreDlg( TQWidget *parent, const TQString& title, PlayerList *players ); + ScoreDlg( TQWidget *tqparent, const TQString& title, PlayerList *players ); private: void init(); |