From bfbcd4efd7ea2ea8ad7723fa65462b8477f4209b Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Wed, 23 May 2001 00:24:38 +0000 Subject: [PATCH] Scratch another warning... - int counter=0; + uint counter=0; svn path=/trunk/kdebase/konsole/; revision=98358 --- src/konsole.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");