diff options
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 281bcd7258..26e71cc600 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -49,7 +49,7 @@ protected: Widget *_dragWidget; bool _visible; - Theme::DialogBackground _backgroundType; + ThemeEngine::DialogBackground _backgroundType; private: int _result; |