diff options
Diffstat (limited to 'kbackgammon/engines/fibs/kplayerlist.cpp')
-rw-r--r-- | kbackgammon/engines/fibs/kplayerlist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbackgammon/engines/fibs/kplayerlist.cpp b/kbackgammon/engines/fibs/kplayerlist.cpp index 72714f4c..e79e1118 100644 --- a/kbackgammon/engines/fibs/kplayerlist.cpp +++ b/kbackgammon/engines/fibs/kplayerlist.cpp @@ -79,7 +79,7 @@ public: /* * Constructor */ - KFibsPlayerListLVI(KFibsPlayerList *tqparent) : KListViewItem(tqparent) { _plist = tqparent; } + KFibsPlayerListLVI(KFibsPlayerList *parent) : KListViewItem(parent) { _plist = parent; } /* * Destructor @@ -200,8 +200,8 @@ public: /* * Construct the playerlist and do some initial setup */ -KFibsPlayerList::KFibsPlayerList(TQWidget *tqparent, const char *name) - : KListView(tqparent, name) +KFibsPlayerList::KFibsPlayerList(TQWidget *parent, const char *name) + : KListView(parent, name) { d = new KFibsPlayerListPrivate(); KActionCollection* actions = new KActionCollection(this); |