Encapsulate some classes in namespaces
[vlp.git] / src / edit / UnitStructureDialog.h
index 32fd7df77df1b88635222961cbdcd30b558be720..6dc5aac2d6e926ab7e60d53ceb55ad3783c29680 100644 (file)
@@ -6,6 +6,9 @@
 
 #include "ui/dialogs/UnitStructureDialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Program Unit Dialog class
  * Displays dialog for generating code template for unit structure
@@ -37,4 +40,7 @@ public:
        QString getCode();
 };
 
+}
+}
+
 #endif /* _VLP_EDITOR_PROGRAMSTRUCTUREDIALOG_H */