X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=Client%2Fmain.cpp;h=6e7efd975207b7f21796a1a9ed8eece2592f4c6c;hb=d5c15a9ac385ec6cd81ff9b42cb9d363b0a9bc84;hp=baffe788409d3e2aba18d75065f8e85d0e340104;hpb=979a3cc6635b35e58644a19489b5cde58a2fb022;p=speedfreak 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(); }