On Fri, Apr 23, 2010 at 09:36:45PM -0300, Sandro Andrade wrote: > KConfig / KStandardDirs are thread-safe ? > kstandarddirs' thread-safety is documented. kconfig is most definitely not thread-safe, but it is re-entrant. you may get lucky with the const methods just like in kstddirs.