]> ruin.nu Git - hbs.git/blobdiff - bs/main.cpp
Changed lots of classnames from Bc to BS
[hbs.git] / bs / main.cpp
index ea8ef3f81170e94afac3b27352e16614921391ca..e91959284000784b0cf6bdc33185a7863f00f5a5 100644 (file)
@@ -20,7 +20,7 @@
 #include <qcdestyle.h>
 
 #include "../config.h"
-#include "bc.h"
+#include "bs.h"
 
 int main(int argc, char *argv[])
 {
@@ -32,13 +32,13 @@ int main(int argc, char *argv[])
        /* uncomment the following line, if you want a Windows 95 look*/
        // a.setStyle(WindowsStyle);
        //a.setStyle(s);
-       BcApp *bc=new BcApp();
-       a.setMainWidget(bc);
+       BSApp *bs=new BSApp();
+       a.setMainWidget(bs);
 
-       bc->setCaption("HÃ¥rvalens BattleCalc" VERSION);
+       bs->setCaption("Harv's BattleSystem" VERSION);
        //eonsl->showMaximized();
-       bc->resize(800,600);
-       bc->show();
+       bs->resize(800,600);
+       bs->show();
 
        return a.exec();
 }