aboutsummaryrefslogtreecommitdiff
path: root/gui/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/object.h')
-rw-r--r--gui/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/object.h b/gui/object.h
index f842a708f8..e5d690e1a3 100644
--- a/gui/object.h
+++ b/gui/object.h
@@ -21,6 +21,8 @@
#ifndef GUI_OBJECT_H
#define GUI_OBJECT_H
+namespace GUI {
+
class CommandReceiver;
class CommandSender;
@@ -75,5 +77,6 @@ protected:
virtual void releaseFocus() = 0;
};
+} // End of namespace GUI
#endif