summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/fibs/kplayerlist.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:31:10 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 01:10:52 +0200
commit9e8c9cf72cdda55e3c96c7ef072c3358061d53c9 (patch)
tree668cc8f756c0cac76b39b63bc1f09115015a10a5 /kbackgammon/engines/fibs/kplayerlist.h
parent7cfcd74800487ecb6246597fdc559ca8baf2c4da (diff)
downloadtdegames-9e8c9cf72cdda55e3c96c7ef072c3358061d53c9.tar.gz
tdegames-9e8c9cf72cdda55e3c96c7ef072c3358061d53c9.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 0e2b76239f354a9eead0b4e37d86d390ec57ffa9)
Diffstat (limited to 'kbackgammon/engines/fibs/kplayerlist.h')
-rw-r--r--kbackgammon/engines/fibs/kplayerlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbackgammon/engines/fibs/kplayerlist.h b/kbackgammon/engines/fibs/kplayerlist.h
index 793e1b39..63724e06 100644
--- a/kbackgammon/engines/fibs/kplayerlist.h
+++ b/kbackgammon/engines/fibs/kplayerlist.h
@@ -53,12 +53,12 @@ public:
/**
* Enumerate player status
*/
- enum PtqStatus {Ready, Away, Blind, MaxtqStatus};
+ enum PStatus {Ready, Away, Blind, MaxStatus};
/**
* Enumerate the different columns of the list
*/
- enum {Player, Opponent, Watches, tqStatus, Rating, Experience,
+ enum {Player, Opponent, Watches, Status, Rating, Experience,
Idle, Time, Host, Client, Email, LVEnd};
/**
@@ -111,7 +111,7 @@ public slots:
/**
* Change the status of a player
*/
- void changePlayertqStatus(const TQString &player, int stat, bool flag);
+ void changePlayerStatus(const TQString &player, int stat, bool flag);
/**
* Fills the playerlist page into the notebook