summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfigbackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kconfigbackend.cpp')
-rw-r--r--kdecore/kconfigbackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfigbackend.cpp b/kdecore/kconfigbackend.cpp
index 3fa113180..234124820 100644
--- a/kdecore/kconfigbackend.cpp
+++ b/kdecore/kconfigbackend.cpp
@@ -461,7 +461,7 @@ void KConfigINIBackEnd::parseSingleConfigFile(TQFile &rFile,
TQCString aCurrentGroup("<default>");
- static unsigned int ll = localeString.length();
+ unsigned int ll = localeString.length();
#ifdef HAVE_MMAP
static volatile const char *map;