new style for the progressbars, display more info
[case] / src / main.cpp
index 8a7ba40..0a2dc65 100644 (file)
@@ -1,5 +1,5 @@
 // case - file manager for N900
-// Copyright (C) 2010 Lukas Hrazky
+// Copyright (C) 2010 Lukas Hrazky <lukkash@email.cz>
 // 
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 #include <QApplication>
 
 #include "case.h"
+#include "style.h"
 
 
 int main(int argc, char* argv[]) {
     QApplication app(argc, argv);
+    app.setStyle(new Style());
+
     Case theCase;
 
     theCase.show();