diff options
Diffstat (limited to 'kolf/canvasitem.h')
-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); |