Encapsulate some classes in namespaces
[vlp.git] / src / edit / PreferencesDialog.h
index 2cd02ba4391fe5f620a4d2315793d5376cc4542f..7311c659a8271eba95333d3ac01dfe895a03e8ff 100644 (file)
@@ -6,6 +6,9 @@
 
 #include "ui/dialogs/PreferencesDialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Program Unit Dialog class
  * Displays dialog for generating code template for unit structure
@@ -65,4 +68,7 @@ public:
        void setGenPath(QString path);
 };
 
+}
+}
+
 #endif /* _VLP_EDITOR_PREFERENCESDIALOG_H */