Fix Symbian bugs.
[dorian] / searchresultsdialog.h
index a3b97e7..880a002 100644 (file)
@@ -7,7 +7,6 @@
 #include "listwindow.h"
 #include "search.h"
 
-class ListView;
 class QModelIndex;
 class ProgressDialog;
 
@@ -31,7 +30,6 @@ protected:
 
 private:
     const QList<Search::Result> results;
-    ListView *list;
     QStringList data;
     ProgressDialog *progress;
 };