Added missing includes
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 16 Aug 2010 13:33:54 +0000 (16:33 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 16 Aug 2010 13:33:54 +0000 (16:33 +0300)
src/ui/friendlistpanel.cpp
src/ui/friendlistpanel.h

index 99da131..8e432d6 100644 (file)
     USA.
 */
 
+#include <QApplication>
 #include <QHBoxLayout>
 #include <QLabel>
+#include <QLineEdit>
 #include <QPushButton>
 
 #include "coordinates/geocoordinate.h"
index 70ac68f..685e73f 100644 (file)
@@ -29,6 +29,7 @@
 #include <QWidget>
 
 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