summaryrefslogtreecommitdiffstats
path: root/tdecore/tde-config.cpp.in
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-23 20:27:18 +0000
committeraneejit1 <aneejit1@gmail.com>2020-06-23 20:32:19 +0000
commit324a2b9f345b55b94ed94f4ddbd8c1d8901d9477 (patch)
tree1d1f71a17a76f4869b06daebbddcbdcd3ae31e61 /tdecore/tde-config.cpp.in
parent2c6417b8d699e9928f83472fdbb8e36769654633 (diff)
downloadtdelibs-324a2b9f345b55b94ed94f4ddbd8c1d8901d9477.tar.gz
tdelibs-324a2b9f345b55b94ed94f4ddbd8c1d8901d9477.zip
Rename tde-config option 'qtplugins' to 'tqtplugins'
FindTDE.cmake was amended to pass an option of 'tqtplugins' to the tde-config command. The tde-config command is now modified to accept that parameter in place of 'qtplugins'. Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'tdecore/tde-config.cpp.in')
-rw-r--r--tdecore/tde-config.cpp.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tde-config.cpp.in b/tdecore/tde-config.cpp.in
index f86e5f5db..2203bfddf 100644
--- a/tdecore/tde-config.cpp.in
+++ b/tdecore/tde-config.cpp.in
@@ -179,7 +179,7 @@ int main(int argc, char **argv)
"locale", I18N_NOOP("Translation files for TDELocale"),
"mime", I18N_NOOP("Mime types"),
"module", I18N_NOOP("Loadable modules"),
- "qtplugins", I18N_NOOP("Qt plugins"),
+ "tqtplugins", I18N_NOOP("TQt plugins"),
"services", I18N_NOOP("Services"),
"servicetypes", I18N_NOOP("Service types"),
"sound", I18N_NOOP("Application sounds"),
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
"icon", "@kde_icondir@",
"lib", "@libdir@",
"module", "@kde_moduledir@",
- "qtplugins", "@kde_moduledir@/plugins",
+ "tqtplugins", "@kde_moduledir@/plugins",
"locale", "@kde_locale@",
"mime", "@kde_mimedir@",
"services", "@kde_servicesdir@",