The first "kind of" working version of the new panels
[situare] / src / ui / mainwindow.h
index 2189709..52b1404 100644 (file)
@@ -29,7 +29,6 @@
 #include <QUrl>
 
 #include "network/networkcookiejar.h"
-#include "panelsidebar.h"
 
 class QGraphicsScene;
 class QLabel;
@@ -46,6 +45,7 @@ class GeoCoordinate;
 class MapScale;
 class MapScene;
 class MapView;
+class TabbedPanel;
 class SettingsDialog;
 class SceneCoordinate;
 class SituareService;
@@ -53,7 +53,6 @@ class User;
 class UserInfoPanel;
 class ZoomButtonPanel;
 
-
 /**
 * @brief Main Window Class
 */
@@ -151,7 +150,6 @@ public:
     const QString username();
 
 public slots:
-
     /**
      * @brief Build direction indicator button and connect slots
      */
@@ -647,9 +645,8 @@ private:
     MapScale *m_mapScale;                   ///< Instance of the map scale
     MapView *m_mapView;                     ///< Instance of the map view
     NetworkCookieJar *m_cookieJar;          ///< Placeholder for QNetworkCookies
-    PanelSideBar *m_userPanelSidebar;       ///< User panel side bar
-    PanelSideBar *m_friendsListPanelSidebar;///< Friends panel side bar
-    UserInfoPanel *m_userPanel;             ///< Instance of the user information panel
+    TabbedPanel *m_tabbedPanel;             ///< Widget for tabbed panels
+    UserInfoPanel *m_userInfoPanel;         ///< Instance of the user information panel
     ZoomButtonPanel *m_zoomButtonPanel;     ///< Instance of zoom button panel
 };