summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kconfig.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/microkde/kconfig.cpp b/microkde/kconfig.cpp
index f8e362e..71db891 100644
--- a/microkde/kconfig.cpp
+++ b/microkde/kconfig.cpp
@@ -349,3 +349,4 @@ bool KConfig::deleteGroup( const QString& group)
349 dirty = true; 349 dirty = true;
350 } 350 } else
351 ++itBool;
351 352
@@ -372,3 +373,4 @@ bool KConfig::deleteGroup( const QString& group)
372 dirty = true; 373 dirty = true;
373 } 374 } else
375 ++itString;
374 376
@@ -394,3 +396,4 @@ bool KConfig::deleteGroup( const QString& group)
394 dirty = true; 396 dirty = true;
395 } 397 } else
398 ++itDateTime;
396 399