summaryrefslogtreecommitdiff
path: root/src/widgets/main_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/main_widget.h')
-rw-r--r--src/widgets/main_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/main_widget.h b/src/widgets/main_widget.h
index 823e62283..7bb16804a 100644
--- a/src/widgets/main_widget.h
+++ b/src/widgets/main_widget.h
@@ -13,8 +13,8 @@
#define WIDGETS_MAIN_WIDGET_H
/** Widgets of the WC_MAIN_WINDOW. */
-enum MainWindowWidgets {
- MW_VIEWPORT, ///< Main window viewport.
+enum MainWidgets {
+ WID_M_VIEWPORT, ///< Main window viewport.
};
#endif /* WIDGETS_MAIN_WIDGET_H */