Encapsulate some classes in namespaces
[vlp.git] / src / kernel / connect_dialog.h
index 99d1acef17e025195c9cd29730e4b3e45febd33c..4219d33a791ecf4656fcad9ec770da40cbfe6ba3 100644 (file)
@@ -6,6 +6,9 @@
 
 #include "ui/connect_dialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Kill Interpreter Dialog class
  */
@@ -17,4 +20,7 @@ public:
        QString getAddress();
 };
 
+}
+}
+
 #endif /* _VLP_KERNEL_CONNECTDIALOG_H */