From 324a2b9f345b55b94ed94f4ddbd8c1d8901d9477 Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Tue, 23 Jun 2020 20:27:18 +0000 Subject: 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 --- tdecore/tde-config.cpp.cmake | 4 ++-- tdecore/tde-config.cpp.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdecore') diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake index e200f80f4..533508252 100644 --- a/tdecore/tde-config.cpp.cmake +++ b/tdecore/tde-config.cpp.cmake @@ -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("TQt plugins"), + "tqtplugins", I18N_NOOP("TQt plugins"), "services", I18N_NOOP("Services"), "servicetypes", I18N_NOOP("Service types"), "sound", I18N_NOOP("Application sounds"), @@ -244,7 +244,7 @@ int main(int argc, char **argv) "icon", "@ICON_INSTALL_DIR@", "lib", "@LIB_INSTALL_DIR@", "module", "@PLUGIN_INSTALL_DIR@", - "qtplugins", "@PLUGIN_INSTALL_DIR@/plugins", + "tqtplugins", "@PLUGIN_INSTALL_DIR@/plugins", "locale", "@LOCALE_INSTALL_DIR@", "mime", "@MIME_INSTALL_DIR@", "services", "@SERVICES_INSTALL_DIR@", 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@", -- cgit v1.2.1