20 #ifndef __FIND_REPLACE_DIALOG_HH 
   21 #define __FIND_REPLACE_DIALOG_HH 
   24 #include <QTextCursor> 
  100   void onValueChanged(
const QString &);
 
  103   QTextCursor cursor() 
const;
 
  104   void appendToHistory(QComboBox *widget, QStringList & history);
 
  105   void setStatusTip(
const QString & message);
 
  107   QPlainTextEdit *m_editor;
 
  109   QComboBox *m_findComboBox;
 
  110   QComboBox *m_replaceComboBox;
 
  112   QCheckBox *m_caseCheckBox;
 
  113   QCheckBox *m_wholeWordsCheckBox;
 
  114   QCheckBox *m_searchBackwardsCheckBox;
 
  115   QCheckBox *m_wrapCheckBox;
 
  117   QPushButton *m_findButton;
 
  118   QPushButton *m_replaceButton;
 
  119   QPushButton *m_replaceAllButton;
 
  121   QStringList m_findWords;
 
  122   QStringList m_replaceWords;
 
  126 #endif // __FIND_REPLACE_DIALOG_HH