diff options
Diffstat (limited to 'dggui/lineedit.h')
-rw-r--r-- | dggui/lineedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/lineedit.h b/dggui/lineedit.h index 86ad986..c702c47 100644 --- a/dggui/lineedit.h +++ b/dggui/lineedit.h @@ -33,7 +33,7 @@ #include "painter.h" #include "texturedbox.h" -namespace GUI +namespace dggui { class LineEdit @@ -84,4 +84,4 @@ private: bool readonly; }; -} // GUI:: +} // dggui:: |