From 0683e9f1f617b71585bced8f4e3216dd1a8e635f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 6 Jul 2005 14:25:15 +0000 Subject: [PATCH] More random dox fixes. This leaves just KStars and KMPlot with broken dox. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=432175 --- kdeeduplot/kplotwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.47.3