aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/theme/mthemedaemon.cpp
diff options
context:
space:
mode:
authorHolger Schröder <holger.schroeder.ext@basyskom.de>2010-11-22 21:35:42 +0100
committerHolger Schröder <holger.schroeder.ext@basyskom.de>2010-11-23 13:38:07 +0100
commit230855d5df6e490acb643d5dadc98d4a47c15e44 (patch)
tree1bf60039e248e6ab0e1f7c25e175c210d21cbd5d /src/corelib/theme/mthemedaemon.cpp
parentc04cc3e7022bd3e32a359a84e1d4c6f3bcc10e3a (diff)
Changes: make windows build work again
RevBy: Tomas Junnonen
Diffstat (limited to 'src/corelib/theme/mthemedaemon.cpp')
-rw-r--r--src/corelib/theme/mthemedaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/theme/mthemedaemon.cpp b/src/corelib/theme/mthemedaemon.cpp
index 66e3eac2..cf4424fc 100644
--- a/src/corelib/theme/mthemedaemon.cpp
+++ b/src/corelib/theme/mthemedaemon.cpp
@@ -78,7 +78,7 @@ QString MThemeDaemon::systemThemeDirectory()
QString MThemeDaemon::systemThemeCacheDirectory()
{
#ifdef Q_WS_X11
- return QString(CACHEDIR) + "themedaemon/";
+ return QString(CACHEDIR) + "/themedaemon/";
#else
return QDir::tempPath();
#endif