diff --git a/src/plugins/designer/editorwidget.cpp b/src/plugins/designer/editorwidget.cpp
index 82ff525dfd46a0d01e091d73066a2f0d77095fde..0e0f1ca817c7664881e0f80269c5fc0b5c29b402 100644
--- a/src/plugins/designer/editorwidget.cpp
+++ b/src/plugins/designer/editorwidget.cpp
@@ -41,7 +41,7 @@ using namespace Designer::Constants;
 
 enum { ActionEditorTab, SignalSlotEditorTab };
 
-enum { wantSignalSlotEditor = 0 };
+enum { wantSignalSlotEditor = 1 };
 
 namespace Designer {
 namespace Internal {