From: Adriaan de Groot Date: Wed, 6 Jul 2005 14:25:15 +0000 (+0000) Subject: More random dox fixes. This leaves just KStars and KMPlot with broken dox. X-Git-Tag: v3.4.90~8 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=0683e9f1f617b71585bced8f4e3216dd1a8e635f;p=libqmvoc.git More random dox fixes. This leaves just KStars and KMPlot with broken dox. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=432175 --- diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index 819b566..b24e31b 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -125,12 +125,12 @@ public: virtual void setBGColor( const QColor &bg ) { cBackground = bg; setBackgroundColor( bg ); } /**@short set the foreground color - *@param bg the new foreground color + *@param fg the new foreground color */ virtual void setFGColor( const QColor &fg ) { cForeground = fg; } /**@short set the grid color - *@param bg the new grid color + *@param gc the new grid color */ virtual void setGridColor( const QColor &gc ) { cGrid = gc; }