]> ruin.nu Git - hbs.git/blobdiff - bs/main.cpp
Some changes
[hbs.git] / bs / main.cpp
index e91959284000784b0cf6bdc33185a7863f00f5a5..387e302169dc2394fb5bc6158e6a0a6b49acdae3 100644 (file)
@@ -18,6 +18,7 @@
 #include <qapplication.h>
 #include <qfont.h>
 #include <qcdestyle.h>
+#include <qtranslator.h>
 
 #include "../config.h"
 #include "bs.h"
@@ -27,8 +28,11 @@ int main(int argc, char *argv[])
        QApplication a(argc, argv);
        
        //QStyle* s = new QCDEStyle();
+       //QTranslator translator( 0 );
+       //translator.load( "se_SE.qm", "/home/whale/src/hbs" );
+       //a.installTranslator( &translator );
        
-       a.setFont(QFont("times", 12));
+       //a.setFont(QFont("times", 12));
        /* uncomment the following line, if you want a Windows 95 look*/
        // a.setStyle(WindowsStyle);
        //a.setStyle(s);