SVN commit 554391 by arwalker: Remove compiler warning M +1 -1 colorpalettewidget.ui.h --- trunk/extragear/graphics/kst/src/widgets/colorpalettewidget.ui.h #554390:554391 @@ -24,7 +24,7 @@ int width = 7 * height; QPixmap pix(width, height); QPainter p(&pix); - int size; + int size = 1; int step = 1; int pos = 0; int i;