Encapsulate some classes in namespaces
[vlp.git] / src / edit / PreferencesDialog.cpp
index 4e7d3a002d6788ecf5b05490efdf289d0152ad07..ff355ce9f9efc65d92aac1cb7e34d14fb47c4862 100644 (file)
@@ -1,5 +1,8 @@
 #include "PreferencesDialog.h"
 
+namespace loglan {
+namespace vlp {
+
 PreferencesDialog::PreferencesDialog(QWidget * parent)
        : QDialog(parent)
 {
@@ -42,3 +45,6 @@ void PreferencesDialog::setGenPath(QString path)
 {
        return genPath->setText(path);
 }
+
+}
+}