X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fmainwindow.h;h=14ab09439be18ffd59fba8f86df1628d49a291c2;hb=1ce63a09f942b9fa7e410251c4355baa56cfef59;hp=f9496308b238c5ab7a0dbc597cc6046a4b89b29c;hpb=db1f9db46a3b58e3d99803895fcb04f79aea507d;p=speedfreak diff --git a/Client/mainwindow.h b/Client/mainwindow.h index f949630..14ab094 100644 --- a/Client/mainwindow.h +++ b/Client/mainwindow.h @@ -1,9 +1,20 @@ +/* + * Mainwindow for speedFreak project + * + * @author Rikhard Kuutti + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef MAINWINDOW_H #define MAINWINDOW_H #include #include "creditsdialog.h" #include "routesavedialog.h" +#include "welcomedialog.h" +#include "settingsdialog.h" +#include "accelerationstart.h" namespace Ui { class MainWindow; @@ -17,6 +28,9 @@ public: CreditsDialog *creditsDialog; RouteSaveDialog *routeSaveDialog; + WelcomeDialog *welcomeDialog; + SettingsDialog *settingsDialog; + accelerationstart* accstart; protected: void changeEvent(QEvent *e); @@ -25,6 +39,8 @@ private: Ui::MainWindow *ui; private slots: + void on_pushButtonAccelerate_clicked(); + void on_pushButtonSettings_clicked(); void on_pushButtonRoute_clicked(); void on_pushButtonCredits_clicked(); void on_pushButtonWWW_clicked();