-rw-r--r-- | microkde/kdecore/kstandarddirs.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/microkde/kdecore/kstandarddirs.cpp b/microkde/kdecore/kstandarddirs.cpp index 75205d6..500426b 100644 --- a/microkde/kdecore/kstandarddirs.cpp +++ b/microkde/kdecore/kstandarddirs.cpp @@ -992,2 +992,5 @@ QString KStandardDirs::kde_default(const char *type) { return "menus/"; + if (!strcmp(type, "tmp")) + return "tmp/"; + qFatal("unknown resource type %s", type); |