summaryrefslogtreecommitdiff
path: root/dggui/toggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/toggle.h')
-rw-r--r--dggui/toggle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/toggle.h b/dggui/toggle.h
index 3466459..0fa844b 100644
--- a/dggui/toggle.h
+++ b/dggui/toggle.h
@@ -30,7 +30,7 @@
#include <notifier.h>
-namespace GUI
+namespace dggui
{
class Toggle : public Widget
@@ -67,4 +67,4 @@ private:
void internalSetChecked(bool checked);
};
-} // GUI::
+} // dggui::