summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/throbber.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx
index 898fee4e3ba8..1ab8ce62906c 100644
--- a/include/vcl/throbber.hxx
+++ b/include/vcl/throbber.hxx
@@ -31,18 +31,18 @@
class VCL_DLLPUBLIC Throbber : public ImageControl
{
public:
- enum ImageSet
+ enum class ImageSet
{
/// no (default) images at all
- IMAGES_NONE,
+ NONE,
/// automatically decide between different image sets, depending on what fits best the actual size
- IMAGES_AUTO,
+ Auto,
/// default images, 16x16 pixels
- IMAGES_16_PX,
+ N16px,
/// default images, 32x32 pixels
- IMAGES_32_PX,
+ N32px,
/// default images, 64x64 pixels
- IMAGES_64_PX,
+ N64px,
};
public: