I hate unsigned variables.

svn path=/trunk/kdebase/kwin/; revision=341287
This commit is contained in:
Luboš Luňák 2004-08-26 10:27:09 +00:00
parent afb37c5f77
commit aab098daaa

View file

@ -681,7 +681,7 @@ static bool areModKeysDepressed( const KKeySequence& seq )
static bool areModKeysDepressed( const KShortcut& cut )
{
for( int i = 0;
for( unsigned int i = 0;
i < cut.count();
++i )
{