aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index d17d3a5ad1..f34e9d2e0d 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -42,7 +42,9 @@ enum {
};
class Dialog : public GuiObject {
+ // TANOKU-TODO: remove newgui from here
friend class NewGui;
+ friend class InterfaceManager;
protected:
Widget *_mouseWidget;
Widget *_focusedWidget;