Encapsulate some classes in namespaces
[vlp.git] / src / edit / ProgramStructureDialog.h
index 35fbe04524914f62de101fdc9b7b4ed49521b002..854e3d9c9c8690cfa790f10a111079c2908a2440 100644 (file)
@@ -7,6 +7,9 @@
 
 #include "ui/dialogs/ProgramStructureDialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Program Structure Dialog class
  * Displays dialog for generating code template for program structure
@@ -38,4 +41,7 @@ public:
        QString getCode();
 };
 
+}
+}
+
 #endif /* _VLP_EDITOR_PROGRAMSTRUCTUREDIALOG_H */