diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/desktops.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx index 0515cf587f8d..5bc768d556d5 100644 --- a/vcl/inc/unx/desktops.hxx +++ b/vcl/inc/unx/desktops.hxx @@ -27,9 +27,9 @@ enum DesktopType { DESKTOP_UNITY, DESKTOP_XFCE, DESKTOP_MATE, + DESKTOP_TDE, DESKTOP_KDE, - DESKTOP_KDE4, - DESKTOP_TDE + DESKTOP_KDE4 }; // keep in sync with desktop_strings[] in salplug.cxx #endif // INCLUDED_VCL_INC_UNX_DESKTOPS_HXX |