diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-02 14:52:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-02 15:08:54 +0200 |
commit | d0ad8460b4f85186860a4c093f76a5bf9da83e16 (patch) | |
tree | b90bd1ae60f0016d1edc696ce0b67259253d7381 /vcl/inc | |
parent | b14680fbdde35ed60a2bde21fcfc839cb7c1ffd3 (diff) |
vcl: rename DESKTOP_KDE to DESKTOP_KDE3
Change-Id: Ie9d4d339f0fe3248a7fd7f790adcb89e660d34ec
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/desktops.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |