Oops, I'm dumb. This was the other way around. Apologies... /me goes and practices reading diffs -Scott Scott Wheeler wrote: > Hmm, why did you do s/uint/unsigned int/? uint, aside from being a GCC > extension is defined in Qt. > > -Scott > > Stefan Asserhäll wrote: > >> CVS commit by asserhal: > >> --- kdemultimedia/juk/keydialog.cpp #1.3:1.4 > >> - for (unsigned int i = 0; i < keyInfoCount; i++) >> + for (uint i = 0; i < keyInfoCount; i++) > >> - for (unsigned int i = 0; i < keyInfoCount; i++) >> + for (uint i = 0; i < keyInfoCount; i++) -- The fact that an opinion has been widely held is no evidence whatever that it is not utterly absurd. --Bertrand Russell