X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fbs.cpp;h=1998441d7e84e89525923d93ae24adee1b8abbec;hb=9fa0d25038087d8417c0849a495eeae1abcb9504;hp=eeea37a1926ed07fe5497580b75af79cdd4bf513;hpb=f120305e409710cbb178006b127047e4174788be;p=hbs.git diff --git a/bs/bs.cpp b/bs/bs.cpp index eeea37a..1998441 100644 --- 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' @@ -11,9 +11,10 @@ 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); + */ } /*