Merge branch 'master' into new_panels_with_context_buttons
[situare] / src / ui / friendlistpanel.h
index 2d3bfdc..e8fbda1 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef FRIENDLISTPANEL_H
 #define FRIENDLISTPANEL_H
 
-#include <QWidget>
+#include "panelbase.h"
 
 class QLabel;
 class QLineEdit;
@@ -46,7 +46,7 @@ class User;
  * @author Jussi Laitinen - jussi.laitinen (at) ixonos.com
  * @author Sami Rämö - sami.ramo (at) ixonos.com
  */
-class FriendListPanel : public QWidget
+class FriendListPanel : public PanelBase
 {
     Q_OBJECT
 
@@ -209,13 +209,6 @@ signals:
     */
     void routeToFriend(const GeoCoordinate &coordinates);
 
-    /**
-     * @brief Signal for requesting a panel to be opened
-     *
-     * @param widget Pointer to the widget that emitted the signal
-     */
-    void showPanelRequested(QWidget *widget);
-
 /*******************************************************************************
  * DATA MEMBERS
  ******************************************************************************/