Encapsulate some classes in namespaces
[vlp.git] / src / kernel / lock.h
index 152137fee719f277a33db7375c2ff37b3332008e..2c29f0a779e2dc1eeb7d44a3ec1ecceaa69b9eb8 100644 (file)
@@ -5,6 +5,9 @@
 
 #include "ui/lock_dialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Lock Dialog class
  */
@@ -17,4 +20,7 @@ public:
        void retype();
 };
 
+}
+}
+
 #endif /* _VLP_KERNEL_LOCKDIALOG_H */