summaryrefslogtreecommitdiffstats
path: root/tdecore/kstandarddirs.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-06-24 12:46:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-24 13:17:33 +0900
commitcc1cd17f01cbfa5e83f9f41357ec7ec94e02a821 (patch)
tree744a48c57b6a2e964d9a2061fa05a8fb468ab9e0 /tdecore/kstandarddirs.cpp
parent324a2b9f345b55b94ed94f4ddbd8c1d8901d9477 (diff)
downloadtdelibs-cc1cd17f01cbfa5e83f9f41357ec7ec94e02a821.tar.gz
tdelibs-cc1cd17f01cbfa5e83f9f41357ec7ec94e02a821.zip
Fixed up incomplete qtplugins -> tqtplugins renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/kstandarddirs.cpp')
-rw-r--r--tdecore/kstandarddirs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kstandarddirs.cpp b/tdecore/kstandarddirs.cpp
index dc9ca909a..888ca5bc2 100644
--- a/tdecore/kstandarddirs.cpp
+++ b/tdecore/kstandarddirs.cpp
@@ -97,7 +97,7 @@ static const char* const types[] = {"html", "html-bundle", "icon", "apps", "soun
"data", "locale", "locale-bundle", "services", "mime",
"servicetypes", "config", "exe",
"wallpaper", "lib", "pixmap", "templates",
- "module", "qtplugins",
+ "module", "tqtplugins",
"xdgdata-apps", "xdgdata-dirs", "xdgconf-menu",
"xdgdata-icon", "xdgdata-pixmap", "xdgconf-autostart",
"kcfg", "emoticons", 0 };
@@ -1072,7 +1072,7 @@ TQString TDEStandardDirs::kde_default(const char *type) {
return "lib" KDELIBSUFF "/";
if (!strcmp(type, "module"))
return "lib" KDELIBSUFF "/trinity/";
- if (!strcmp(type, "qtplugins"))
+ if (!strcmp(type, "tqtplugins"))
return "lib" KDELIBSUFF "/trinity/plugins";
if (!strcmp(type, "xdgdata-apps"))
return "applications/";