]> ruin.nu Git - hbs.git/blobdiff - bs/bs.cpp
Added the possibility to add new battles.
[hbs.git] / bs / bs.cpp
index eeea37a1926ed07fe5497580b75af79cdd4bf513..1998441d7e84e89525923d93ae24adee1b8abbec 100644 (file)
--- a/bs/bs.cpp
+++ b/bs/bs.cpp
@@ -1,9 +1,9 @@
 #include "bs.h"
 
 //Own includes
-#include "bsview.h"
-#include "bsdoc.h"
 
+#include "bsdoc.h"
+#include "bsview.h"
 /* 
  *  Constructs a BSApp which is a child of 'parent', with the 
  *  name 'name' and widget flags set to 'f' 
 BSApp::BSApp( QWidget* parent,  const char* name, WFlags fl )
     : BSAppBase( parent, name, fl )
 {
-       doc = new BSDoc();
+/*     doc = new BSDoc();
        view = new BSView(this,doc);
        setCentralWidget(view);
+       */
 }
 
 /*