diff --git a/src/konsole.C b/src/konsole.C index 539b13a4..8e96ad4f 100644 --- a/src/konsole.C +++ b/src/konsole.C @@ -667,7 +667,7 @@ void Konsole::readGlobalProperties(KConfig* config) void Konsole::saveProperties(KConfig* config) { kdDebug() << "Save properties called\n"; - int counter=0; + uint counter=0; QString tmpTitle; QString tmpTwo; config->setGroup("options");