diff options
Diffstat (limited to 'dggui/checkbox.cc')
-rw-r--r-- | dggui/checkbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/checkbox.cc b/dggui/checkbox.cc index f3601bd..8911862 100644 --- a/dggui/checkbox.cc +++ b/dggui/checkbox.cc @@ -28,7 +28,7 @@ #include "painter.h" -namespace GUI +namespace dggui { CheckBox::CheckBox(Widget* parent) @@ -61,4 +61,4 @@ void CheckBox::repaintEvent(RepaintEvent* repaintEvent) } } -} // GUI:: +} // dggui:: |