]> Git trees. - libqmvoc.git/commitdiff
typo in method name
authorPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 11:20:25 +0000 (11:20 +0000)
committerPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 11:20:25 +0000 (11:20 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634452

kdeeduplot/kplotobject.h

index c4f8d69177df3531eb73bf7978cdd6068f236f50..aed1e6d55321d463a0f63f6d75aab78fcb2ecfd9 100644 (file)
@@ -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;