aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml b/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
index a1987af121..21e8f26236 100644
--- a/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
+++ b/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
@@ -1,5 +1,5 @@
<module>
<!-- Inherit the NoEntry version to avoid multiple entrypoints -->
- <inherits name="com.vaadin.terminal.gwt.DefaultWidget" />
+ <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
</module>