summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ActiveWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ActiveWindow.h')
-rw-r--r--StarsEx/ActiveWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/ActiveWindow.h b/StarsEx/ActiveWindow.h
index ebcbdd2..0ad6388 100644
--- a/StarsEx/ActiveWindow.h
+++ b/StarsEx/ActiveWindow.h
@@ -20,7 +20,7 @@
#include "Geometry.h"
#include "Bitmap.h"
#include "Window.h"
-#include "EventTarget.h"
+#include "UIEventTarget.h"
#include "List.h"
#include "Text.h"
@@ -114,7 +114,7 @@ struct AWMap
// +--------------------------------------------------------------------+
class ActiveWindow : public Window,
-public EventTarget
+public UIEventTarget
{
public:
static const char* TYPENAME() { return "ActiveWindow"; }