summaryrefslogtreecommitdiffstats
path: root/kolf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:41:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:41:10 -0600
commit9c27a1a03e02fd53aedc1a182444b35fd8e14967 (patch)
treeb8871eb76e3db4a062731b0ce7c99c24fac119e8 /kolf
parente513f78e04ce745890af2f725bdcbfc5643783f9 (diff)
downloadtdegames-9c27a1a03e02fd53aedc1a182444b35fd8e14967.tar.gz
tdegames-9c27a1a03e02fd53aedc1a182444b35fd8e14967.zip
Rename additional KDE strings
Diffstat (limited to 'kolf')
-rw-r--r--kolf/canvasitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/canvasitem.h b/kolf/canvasitem.h
index 276e1dce..16f3a930 100644
--- a/kolf/canvasitem.h
+++ b/kolf/canvasitem.h
@@ -139,7 +139,7 @@ public:
int curId() const { return id; }
/**
- * call to play sound (ie, playSound("wall") plays kdedir/share/apps/kolf/sounds/wall.wav).
+ * call to play sound (ie, playSound("wall") plays tdedir/share/apps/kolf/sounds/wall.wav).
* optionally, specify vol to be between 0-1, for no sound to full volume, respectively.
*/
void playSound(TQString file, double vol = 1);