qcpix/tsrc/orbitsearch/searchhelper.h
changeset 15 cf5c74390b98
parent 0 671dee74050a
--- a/qcpix/tsrc/orbitsearch/searchhelper.h	Tue Jul 06 15:30:04 2010 +0300
+++ b/qcpix/tsrc/orbitsearch/searchhelper.h	Wed Aug 18 10:53:26 2010 +0300
@@ -20,23 +20,26 @@
 
 #include <QObject>
 #include "uicontrols.h"
-#include <qcpixsearcher.h>
+#include <cpixsearcher.h>
 #include <QTime>
 
 class SearchHelper: public QObject
     {
 Q_OBJECT
 public:
-    SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit* );
+    SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit*, HbLineEdit*, HbLineEdit*, HbPushButton* );
     ~SearchHelper();
 
 public slots:
     void doSearch();
+    void showdocs();
     
 private:
     ORBIT_SEARCH_CONTROLS //Not owned.
-    QCPixSearcher* searcher;//Owned
+    CpixSearcher* searcher;//Owned
     QTime searchTime;
+    QString resultString;
+    int iHits;
     };
 
 #endif /* HELPER_H_ */