]> Git trees. - libqmvoc.git/commitdiff
correct tooltip placement fix 2
authorMartin Pfeiffer <hubipete@gmx.net>
Sun, 17 Jul 2005 17:12:40 +0000 (17:12 +0000)
committerMartin Pfeiffer <hubipete@gmx.net>
Sun, 17 Jul 2005 17:12:40 +0000 (17:12 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=435622

kalzium/src/spectrum.h

index 251615d4c6b950caff17fa9a475c2cf6a127050d..8211cc84eae1f2ab6c92b157e56858d193868468 100644 (file)
@@ -231,7 +231,7 @@ class SpectrumWidget : public QWidget
 
        public slots:
                /**
-                * set the the minimumvalue to @p value
+                * set the the maximumvalue to @p value
                 */
                void setRightBorder( int value ){
                        endValue = value;
@@ -241,7 +241,7 @@ class SpectrumWidget : public QWidget
                }
                
                /**
-                * set the the maximumvalue to @p value
+                * set the the minimumvalue to @p value
                 */
                void setLeftBorder( int value ){
                        startValue = value;