1 /***********************************************************************
5 ***********************************************************************/
11 #include <kdirlister.h>
12 #include <kdirwatch.h>
24 class KfindDlg
: public KDialog
29 explicit KfindDlg(const KUrl
& url
, QWidget
* parent
= 0);
33 void setStatusMsg(const QString
&);
34 void setProgressMsg(const QString
&);
37 void closeEvent(QCloseEvent
*);
38 /*Return a QStringList of all subdirs of d*/
39 QStringList
getAllSubdirs(QDir d
);
45 void addFile(const KFileItem
& item
, const QString
& matchingLine
);
48 // void slotSearchDone();
50 void slotDeleteItem(const QString
&);
51 void slotNewItems( const QString
& );
54 void haveResults(bool);
55 void resultSelected(bool);
58 KfindTabWidget
*tabWidget
;
61 bool isResultReported
;
63 KStatusBar
*mStatusBar
;
64 KDirLister
*dirlister
;