From: Sami Rämö Date: Mon, 16 Aug 2010 13:33:54 +0000 (+0300) Subject: Added missing includes X-Git-Tag: v2.0b-1~61^2^2~11 X-Git-Url: https://vcs.maemo.org/git/?p=situare;a=commitdiff_plain;h=4699bf32d09472758660724bd015dbb96629c6e1 Added missing includes --- diff --git a/src/ui/friendlistpanel.cpp b/src/ui/friendlistpanel.cpp index 99da131..8e432d6 100644 --- a/src/ui/friendlistpanel.cpp +++ b/src/ui/friendlistpanel.cpp @@ -22,8 +22,10 @@ USA. */ +#include #include #include +#include #include #include "coordinates/geocoordinate.h" diff --git a/src/ui/friendlistpanel.h b/src/ui/friendlistpanel.h index 70ac68f..685e73f 100644 --- a/src/ui/friendlistpanel.h +++ b/src/ui/friendlistpanel.h @@ -29,6 +29,7 @@ #include class QLabel; +class QLineEdit; class QPushButton; class FriendListItemDelegate; @@ -191,9 +192,9 @@ private: bool m_mainWindowIsTopmost; ///< Is the MainWindow the topmost one QLabel *m_friendListLabel; ///< Friend list label - + QLineEdit *m_filterField; ///< Text field for the filter text - + QPushButton *m_clearFilterButton; ///< Button to clear list filtering QPushButton *m_filterClearButton; ///< Button for clearing the filtering QPushButton *m_routeButton; ///< Button to route to friend