From: Martin Pfeiffer Date: Sun, 17 Jul 2005 17:12:40 +0000 (+0000) Subject: correct tooltip placement fix 2 X-Git-Tag: v3.80.2~300^2~60 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=5d99d919fb35b8bd585e4bad751c0bf0f17f4c9d;p=libqmvoc.git correct tooltip placement fix 2 svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=435622 --- diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index 251615d..8211cc8 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -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;