From: Pino Toscano Date: Sat, 17 Feb 2007 11:20:25 +0000 (+0000) Subject: typo in method name X-Git-Tag: v3.80.3~35 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=503cd9411aed7bfa4cc82abb57148a1da74f40eb;p=libqmvoc.git typo in method name svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634452 --- diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index c4f8d69..aed1e6d 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -111,7 +111,7 @@ class KDEEDUPLOT_EXPORT KPlotPoint { /** * Set the bar-width for the point */ - void stBarWidth( double w ) { BarWidth = w; } + void setBarWidth( double w ) { BarWidth = w; } private: double X, Y;