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;