Encapsulate some classes in namespaces
[vlp.git] / src / kernel / kill_interpreter_dialog.h
index 5511d61206907141361fb4d9d6f4d5a492e07933..a7eabdffab8c2c94e9f906c819903ed4f912c6d5 100644 (file)
@@ -5,6 +5,9 @@
 
 #include "ui/kill_dialog.h"
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Kill Interpreter Dialog class
  */
@@ -16,4 +19,7 @@ public:
        int getInterpreterId();
 };
 
+}
+}
+
 #endif /* _VLP_KERNEL_KILLINTERPRETERDIALOG_H */