summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/NativeWindowing.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-05 15:45:16 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-05 15:45:16 +0300
commit3ddaf280d61642742dff3f4a63376d0eedca5abf (patch)
treea0054ad801c4085a2310fa92d1cea1cfe82d6ffb /uitest/src/com/vaadin/tests/NativeWindowing.java
parentde3ac989c85451767510917822463353bcab71cd (diff)
downloadvaadin-framework-3ddaf280d61642742dff3f4a63376d0eedca5abf.tar.gz
vaadin-framework-3ddaf280d61642742dff3f4a63376d0eedca5abf.zip
Move LegacyApplication to its own file (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/NativeWindowing.java')
-rw-r--r--uitest/src/com/vaadin/tests/NativeWindowing.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/NativeWindowing.java b/uitest/src/com/vaadin/tests/NativeWindowing.java
index 2418c74db8..95b42b7ce5 100644
--- a/uitest/src/com/vaadin/tests/NativeWindowing.java
+++ b/uitest/src/com/vaadin/tests/NativeWindowing.java
@@ -19,7 +19,7 @@ package com.vaadin.tests;
import java.net.MalformedURLException;
import java.net.URL;
-import com.vaadin.Application;
+import com.vaadin.LegacyApplication;
import com.vaadin.shared.ui.label.ContentMode;
import com.vaadin.ui.Button;
import com.vaadin.ui.Button.ClickEvent;
@@ -27,7 +27,7 @@ import com.vaadin.ui.Label;
import com.vaadin.ui.UI.LegacyWindow;
import com.vaadin.ui.Window;
-public class NativeWindowing extends Application.LegacyApplication {
+public class NativeWindowing extends LegacyApplication {
LegacyWindow main = new LegacyWindow("Windowing test");