X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fbs.h;h=e25c3388d73e3ecac6a25411a46a4611d107a7c8;hb=9fa0d25038087d8417c0849a495eeae1abcb9504;hp=3ccaa42a8e702d74263d650a1f5820b23d8c7a08;hpb=f120305e409710cbb178006b127047e4174788be;p=hbs.git diff --git a/bs/bs.h b/bs/bs.h index 3ccaa42..e25c338 100644 --- a/bs/bs.h +++ b/bs/bs.h @@ -3,8 +3,8 @@ #include "ui/bsappbase.h" //My own forwards -class BSView; -class BSDoc; +//class BSView; +//class BSDoc; class BSApp : public BSAppBase { @@ -32,8 +32,8 @@ public slots: void helpAbout(); protected: - BSView* view; - BSDoc* doc; +// BSView* view; +// BSDoc* doc; };