Index: /trunk/BNC/src/bncmap.h
===================================================================
--- /trunk/BNC/src/bncmap.h	(revision 4624)
+++ /trunk/BNC/src/bncmap.h	(revision 4624)
@@ -0,0 +1,19 @@
+
+#ifndef BNCMAP_H
+#define BNCMAP_H
+
+#include <QtGui>
+
+class bncMap : public QDialog {
+ Q_OBJECT
+    
+ public:
+  bncMap(QWidget* parent = 0);
+  ~bncMap();
+   
+ public slots:
+   
+ private:
+};
+
+#endif
Index: unk/BNC/src/bncmap_svg.h
===================================================================
--- /trunk/BNC/src/bncmap_svg.h	(revision 4623)
+++ 	(revision )
@@ -1,19 +1,0 @@
-
-#ifndef BNCMAP_H
-#define BNCMAP_H
-
-#include <QtGui>
-
-class bncMap : public QDialog {
- Q_OBJECT
-    
- public:
-  bncMap(QWidget* parent = 0);
-  ~bncMap();
-   
- public slots:
-   
- private:
-};
-
-#endif
