summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/desktop.h')
-rw-r--r--src/gui/widgets/desktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h
index 0a7ecf82d..8a655892d 100644
--- a/src/gui/widgets/desktop.h
+++ b/src/gui/widgets/desktop.h
@@ -30,7 +30,7 @@
#include "localconsts.h"
-class BrowserBox;
+class StaticBrowserBox;
class Image;
class Skin;
@@ -77,7 +77,7 @@ class Desktop final : public Container,
void setBestFittingWallpaper();
Image *mWallpaper;
- BrowserBox *mVersionLabel;
+ StaticBrowserBox *mVersionLabel;
Skin *mSkin;
Color mBackgroundGrayColor;
bool mShowBackground;