From d3c6ac6d0f23df56644008ccb6aa2c8fa37ab1b5 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Tue, 9 Jul 2019 15:28:29 +0000 Subject: tdf#125922 rename kde5 to kf5 + plasma5 Just as the gtk3 plugin isn't named GNOME, rename kde5 to kf5, as it is based on the KDE frameworks 5 libraries. This also includes: * a convenience alias to load the kf5 VCL plugin in case someone requests the kde5 plugin. * keep convenience kde5 configure switch, but warn about it * rename detected desktop from kde5 to plasma5 Change-Id: I6764a05b81a5edbf284484c234fee2649aacf735 Reviewed-on: https://gerrit.libreoffice.org/75313 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- vcl/inc/unx/gendata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/unx/gendata.hxx') diff --git a/vcl/inc/unx/gendata.hxx b/vcl/inc/unx/gendata.hxx index 15f201931792..d8f8149ad6a7 100644 --- a/vcl/inc/unx/gendata.hxx +++ b/vcl/inc/unx/gendata.hxx @@ -27,7 +27,7 @@ enum GenericUnixSalDataType { SAL_DATA_GTK, SAL_DATA_GTK3, - SAL_DATA_KDE5, + SAL_DATA_KF5, SAL_DATA_UNX, SAL_DATA_SVP, SAL_DATA_ANDROID, -- cgit