Scratch another warning...

-    int counter=0;
+    uint counter=0;

svn path=/trunk/kdebase/konsole/; revision=98358
wilder-portage
Frerich Raabe 25 years ago
parent ae92b6c1b9
commit bfbcd4efd7
  1. 2
      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");

Loading…
Cancel
Save