]> Git trees. - libqmvoc.git/commitdiff
More random dox fixes. This leaves just KStars and KMPlot with broken dox.
authorAdriaan de Groot <groot@kde.org>
Wed, 6 Jul 2005 14:25:15 +0000 (14:25 +0000)
committerAdriaan de Groot <groot@kde.org>
Wed, 6 Jul 2005 14:25:15 +0000 (14:25 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=432175

kdeeduplot/kplotwidget.h

index 819b566cfe71ebfb4b04d1b1901b4516c47d2bc3..b24e31bf019e0fd5dd046e77cfe7610e7812bf96 100644 (file)
@@ -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; }