X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=bs%2Fbs.h;h=e25c3388d73e3ecac6a25411a46a4611d107a7c8;hb=e07f49323a1936c90605d06f6f63e4c39b4c4aca;hp=3ccaa42a8e702d74263d650a1f5820b23d8c7a08;hpb=fb2a45b071b141a63140645c135ade3c731fa503;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; };