X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fmain.cpp;h=6e7efd975207b7f21796a1a9ed8eece2592f4c6c;hp=baffe788409d3e2aba18d75065f8e85d0e340104;hb=d07fff46e25495a5e3737804e4217ad363b4a040;hpb=979a3cc6635b35e58644a19489b5cde58a2fb022 diff --git a/Client/main.cpp b/Client/main.cpp index baffe78..6e7efd9 100644 --- a/Client/main.cpp +++ b/Client/main.cpp @@ -1,18 +1,10 @@ -/* - * CarMainWindow main class - * - * @author Toni Jussila - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - */ - #include -#include "carmainwindow.h" +#include "mainwindow.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); - CarMainWindow w; + MainWindow w; w.show(); return a.exec(); }