diff options
Diffstat (limited to 'dggui/toggle.cc')
-rw-r--r-- | dggui/toggle.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/toggle.cc b/dggui/toggle.cc index 39587de..e655a65 100644 --- a/dggui/toggle.cc +++ b/dggui/toggle.cc @@ -26,7 +26,7 @@ */ #include "toggle.h" -namespace GUI +namespace dggui { Toggle::Toggle(Widget* parent) : Widget(parent) @@ -107,4 +107,4 @@ void Toggle::internalSetChecked(bool checked) redraw(); } -} // GUI:: +} // dggui:: |