diff options
Diffstat (limited to 'kdecore')
-rw-r--r-- | kdecore/kconfigbackend.cpp | 2 |
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; |