Merge branch 'master' of https://vcs.maemo.org/git/speedfreak
[speedfreak] / Client / mainwindow.h
index f05a62c..16272c0 100644 (file)
@@ -21,6 +21,7 @@
 #include "accelerationstart.h"
 #include "topresultdialog.h"
 #include "httpclient.h"
+#include "routedialog.h"
 
 namespace Ui {
     class MainWindow;
@@ -39,6 +40,7 @@ public:
     accelerationstart* accstart;
     TopResultDialog *topResultDialog;
     HttpClient *httpClient;
+    RouteDialog *routeDialog;
 
 protected:
     void changeEvent(QEvent *e);