summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/fibs/kplayerlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/engines/fibs/kplayerlist.h')
-rw-r--r--kbackgammon/engines/fibs/kplayerlist.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kbackgammon/engines/fibs/kplayerlist.h b/kbackgammon/engines/fibs/kplayerlist.h
index 701f9ace..27fd825f 100644
--- a/kbackgammon/engines/fibs/kplayerlist.h
+++ b/kbackgammon/engines/fibs/kplayerlist.h
@@ -63,7 +63,7 @@ public:
/**
* Constructor
*/
- KFibsPlayerList(QWidget *parent = 0, const char *name = 0);
+ KFibsPlayerList(TQWidget *parent = 0, const char *name = 0);
/**
* Destructor
@@ -80,12 +80,12 @@ public slots:
/**
* Remove the player with the name given by the first word
*/
- void deletePlayer(const QString &player);
+ void deletePlayer(const TQString &player);
/**
* Change/Add the entry for the given player
*/
- void changePlayer(const QString &line);
+ void changePlayer(const TQString &line);
/**
* Enables list redraws after an update
@@ -110,7 +110,7 @@ public slots:
/**
* Change the status of a player
*/
- void changePlayerStatus(const QString &player, int stat, bool flag);
+ void changePlayerStatus(const TQString &player, int stat, bool flag);
/**
* Fills the playerlist page into the notebook
@@ -136,7 +136,7 @@ public slots:
* Set our own name. This allows us to special case the context
* menu.
*/
- void setName(const QString &name);
+ void setName(const TQString &name);
/**
* Return the column index
@@ -148,24 +148,24 @@ protected:
/**
* Catch show events, so the engine's menu can be update.
*/
- virtual void showEvent(QShowEvent *e);
+ virtual void showEvent(TQShowEvent *e);
/**
* Catch hide events, so the engine's menu can be update.
*/
- virtual void hideEvent(QHideEvent *e);
+ virtual void hideEvent(TQHideEvent *e);
protected slots:
/**
* Double click handler, requests information on a player
*/
- void getPlayerInfo(QListViewItem *i, const QPoint &p, int col);
+ void getPlayerInfo(TQListViewItem *i, const TQPoint &p, int col);
/**
* Display a popup menu for the current player
*/
- void showContextMenu(KListView *, QListViewItem *, const QPoint &);
+ void showContextMenu(KListView *, TQListViewItem *, const TQPoint &);
/**
* Reload the whole list
@@ -272,17 +272,17 @@ signals:
/**
* Send a command to the server
*/
- void fibsCommand(const QString &);
+ void fibsCommand(const TQString &);
/**
* Initiate an invitation of a player
*/
- void fibsInvite(const QString &);
+ void fibsInvite(const TQString &);
/**
* Request talking to player user
*/
- void fibsTalk(const QString &);
+ void fibsTalk(const TQString &);
/**
* Allow the engine's menu to be updated