summaryrefslogtreecommitdiffstats
path: root/kbackgammon/kbgboard.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit373fe6f2b90bcd2e452f16115a4950a4b46c1f34 (patch)
tree9de5284252e1d323cc91bb1e3563232e8e1334ab /kbackgammon/kbgboard.h
parent66c292188f8ab6951b32c07f13dc93cce847a688 (diff)
downloadtdegames-373fe6f2b90bcd2e452f16115a4950a4b46c1f34.tar.gz
tdegames-373fe6f2b90bcd2e452f16115a4950a4b46c1f34.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbackgammon/kbgboard.h')
-rw-r--r--kbackgammon/kbgboard.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbackgammon/kbgboard.h b/kbackgammon/kbgboard.h
index 20626825..c73c6fac 100644
--- a/kbackgammon/kbgboard.h
+++ b/kbackgammon/kbgboard.h
@@ -195,7 +195,7 @@ public slots:
* Overwritten resize event handler.
*
* We overwrite the handler to make sure that all the cells are
- * tqrepainted as well.
+ * repainted as well.
*/
virtual void resizeEvent(TQResizeEvent *);
@@ -474,7 +474,7 @@ class KBgBoardCell : public TQLabel
/**
* sets the number and color of checkers on this cell
- * takes care of tqrepainting
+ * takes care of repainting
*/
virtual void cellUpdate(const int p, const bool cubechanged = false) = 0;
@@ -622,7 +622,7 @@ class KBgBoardHome : public KBgBoardCell
public:
/**
* sets the number and color of checkers on this cell
- * takes care of tqrepainting
+ * takes care of repainting
*/
virtual void cellUpdate(const int p, const bool cubechanged = false);
@@ -667,7 +667,7 @@ class KBgBoardHome : public KBgBoardCell
private:
/**
- * Save old dice to avoid tqrepainting
+ * Save old dice to avoid repainting
*/
int savedDice[2];
@@ -685,7 +685,7 @@ class KBgBoardBar : public KBgBoardCell
public:
/**
* sets the number and color of checkers on this cell
- * takes care of tqrepainting
+ * takes care of repainting
*/
virtual void cellUpdate(const int p, const bool cubechanged = false);
@@ -739,7 +739,7 @@ class KBgBoardField : public KBgBoardCell
/**
* sets the number and color of checkers on this cell
- * takes care of tqrepainting
+ * takes care of repainting
*/
virtual void cellUpdate(const int p, const bool cubechanged = false);