diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/themes/ButtonsTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/themes/ButtonsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/ButtonsTest.java b/uitest/src/com/vaadin/tests/themes/ButtonsTest.java index d713f45a07..41d986237c 100644 --- a/uitest/src/com/vaadin/tests/themes/ButtonsTest.java +++ b/uitest/src/com/vaadin/tests/themes/ButtonsTest.java @@ -13,7 +13,7 @@ import com.vaadin.ui.LegacyWindow; import com.vaadin.ui.NativeButton; @SuppressWarnings("serial") -public class ButtonsTest extends com.vaadin.LegacyApplication { +public class ButtonsTest extends com.vaadin.server.LegacyApplication { final LegacyWindow main = new LegacyWindow("Button states & themes"); |