summaryrefslogtreecommitdiff
path: root/dggui/stackedwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/stackedwidget.h')
-rw-r--r--dggui/stackedwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/stackedwidget.h b/dggui/stackedwidget.h
index 24213f7..a08065b 100644
--- a/dggui/stackedwidget.h
+++ b/dggui/stackedwidget.h
@@ -31,7 +31,7 @@
#include "widget.h"
#include "notifier.h"
-namespace GUI
+namespace dggui
{
//! A StackedWidget is a widget containing a list of widgets but only showing
@@ -78,4 +78,4 @@ private:
std::list<Widget*> widgets;
};
-} // GUI::
+} // dggui::