21 #ifndef KREPLACEDIALOG_H
22 #define KREPLACEDIALOG_H
24 #include "kfinddialog.h"
71 PromptOnReplace = 256,
87 KReplaceDialog( TQWidget *parent = 0,
const char *name = 0,
long options = 0,
88 const TQStringList &findStrings = TQStringList(),
89 const TQStringList &replaceStrings = TQStringList(),
90 bool hasSelection =
true );
105 void setReplacementHistory(
const TQStringList &history );
113 TQStringList replacementHistory()
const;
136 TQString replacement()
const;
145 TQWidget *replaceExtension();
150 virtual void showEvent ( TQShowEvent * );
155 class KReplaceDialogPrivate;
156 KReplaceDialogPrivate *d;
long options() const
Returns the state of the options.
void setOptions(long options)
Set the options which are checked.
Options
Options for the search.
A generic "replace" dialog.