summaryrefslogtreecommitdiff
path: root/src/widgets/engine_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/engine_widget.h')
-rw-r--r--src/widgets/engine_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/engine_widget.h b/src/widgets/engine_widget.h
index 32297b432..85b6060f4 100644
--- a/src/widgets/engine_widget.h
+++ b/src/widgets/engine_widget.h
@@ -14,9 +14,9 @@
/** Widgets of the WC_ENGINE_PREVIEW. */
enum EnginePreviewWidgets {
- EPW_QUESTION, ///< The container for the question
- EPW_NO, ///< No button
- EPW_YES, ///< Yes button
+ WID_EP_QUESTION, ///< The container for the question.
+ WID_EP_NO, ///< No button.
+ WID_EP_YES, ///< Yes button.
};
#endif /* WIDGETS_ENGINE_WIDGET_H */