CVS commit by antlarr: Swap a very strange expression which was prone to misinterpretation by the casual viewer and a huge optimization by calling the precedence ++ operator when incrementing an iterator , that is, ++it instead of it++. It's really noticeable! Well, maybe it's not, but the perceived speed is all in your mind, so if I make you believe it's faster, it will be faster for you :) and anyway, at least we don't lose a couple of CPU cycles innecesarely now. M +9 -9 kiconloader.cpp 1.217 M +11 -11 kicontheme.cpp 1.56