kreplace.h
112 KReplace(const TQString &pattern, const TQString &replacement, long options, TQWidget *parent = 0);
124 KReplace(const TQString &pattern, const TQString &replacement, long options, TQWidget *parent, TQWidget* replaceDialog);
189 static int replace( TQString &text, const TQString &pattern, const TQString &replacement, int index, long options, int *replacedLength );
207 static int replace( TQString &text, const TQRegExp &pattern, const TQString &replacement, int index, long options, int *replacedLength );
249 void replace(const TQString &text, int replacementIndex, int replacedLength, int matchedLength);