From d0ad8460b4f85186860a4c093f76a5bf9da83e16 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 2 Sep 2015 14:52:03 +0200 Subject: vcl: rename DESKTOP_KDE to DESKTOP_KDE3 Change-Id: Ie9d4d339f0fe3248a7fd7f790adcb89e660d34ec --- vcl/inc/unx/desktops.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc') diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx index e88c47326b28..89d6459ef955 100644 --- a/vcl/inc/unx/desktops.hxx +++ b/vcl/inc/unx/desktops.hxx @@ -32,7 +32,7 @@ enum SAL_DLLPUBLIC_RTTI DesktopType { DESKTOP_XFCE, DESKTOP_MATE, DESKTOP_TDE, - DESKTOP_KDE, + DESKTOP_KDE3, DESKTOP_KDE4, DESKTOP_KDE5 }; // keep in sync with desktop_strings[] in salplug.cxx -- cgit