00001
00002
00003
00004
00005
00006 #ifndef FINDDIALOG_H
00007 #define FINDDIALOG_H
00008
00009 #include <QDialog>
00010
00011 #include "findreplace_global.h"
00012
00013 #include "findreplacedialog.h"
00014
00019 class FINDREPLACESHARED_EXPORT FindDialog : public FindReplaceDialog {
00020 Q_OBJECT
00021 public:
00022 FindDialog(QWidget *parent = 0);
00023 ~FindDialog();
00024
00030 virtual void writeSettings(QSettings &settings, const QString &prefix = "FindDialog");
00031
00037 virtual void readSettings(QSettings &settings, const QString &prefix = "FindDialog");
00038 };
00039
00040 #endif // FINDDIALOG_H