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); diff --git a/ksokoban/NEWS b/ksokoban/NEWS index 5377962f..8c42ec6c 100644 --- a/ksokoban/NEWS +++ b/ksokoban/NEWS @@ -14,7 +14,7 @@ version 0.3.0: Date 1999-07-13 * Some changes related to KDE 2.0 / Qt 2.0 - replaced many char * with QString - - uses KStandardDirs instead of localkdedir + - uses KStandardDirs instead of localtdedir * Some minor bugfixes/cleanups