[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Sep 22 16:07:53 CEST 2004
On Wednesday 22 September 2004 08:46, Dirk Mueller wrote:
> CVS commit by mueller:
>
> fix compile
>
>
> M +1 -1 kstcolorsequence.cpp 1.10
>
>
> --- kdeextragear-2/kst/kst/kstcolorsequence.cpp #1.9:1.10
> @@ -66,5 +66,5 @@ QColor KstColorSequence::next(const KstB
> int dark_factor;
> int ptrMin;
> - int usage[_self->_count*2];
> + QMemArray<int> usage(_self->_count*2);
> int start;
Thanks for the fixes, Dirk. :-) I saw you going through these a while back
and tried to clean them up but I missed these two.
--
George Staikos
KDE Developer http://www.kde.org/
Staikos Computing Services Inc. http://www.staikos.net/
More information about the Kst
mailing list