diff options
author | Timothy Pearson <[email protected]> | 2011-12-08 17:41:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-08 17:41:10 -0600 |
commit | 9c27a1a03e02fd53aedc1a182444b35fd8e14967 (patch) | |
tree | b8871eb76e3db4a062731b0ce7c99c24fac119e8 /kolf | |
parent | e513f78e04ce745890af2f725bdcbfc5643783f9 (diff) | |
download | tdegames-9c27a1a03e02fd53aedc1a182444b35fd8e14967.tar.gz tdegames-9c27a1a03e02fd53aedc1a182444b35fd8e14967.zip |
Rename additional KDE strings
Diffstat (limited to 'kolf')
-rw-r--r-- | kolf/canvasitem.h | 2 |
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); |