From 503cd9411aed7bfa4cc82abb57148a1da74f40eb Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 17 Feb 2007 11:20:25 +0000 Subject: [PATCH] typo in method name svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634452 --- kdeeduplot/kplotobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3