#include "kreplace.h"#include "kfind_p.h"#include <QtGui/QLabel>#include <kapplication.h>#include <kdebug.h>#include <klocale.h>#include <kmessagebox.h>#include "kreplacedialog.h"#include <QtCore/QRegExp>#include "kreplace.moc"
Include dependency graph for kreplace.cpp:

Go to the source code of this file.
Defines | |
| #define | INDEX_NOMATCH -1 |
Functions | |
| static int | replaceHelper (QString &text, const QString &replacement, int index, long options, int length, const QRegExp *regExp) |
Define Documentation
| #define INDEX_NOMATCH -1 |
Definition at line 34 of file kreplace.cpp.
Function Documentation
| static int replaceHelper | ( | QString & | text, |
| const QString & | replacement, | ||
| int | index, | ||
| long | options, | ||
| int | length, | ||
| const QRegExp * | regExp | ||
| ) | [static] |
Definition at line 141 of file kreplace.cpp.
KDE 4.6 API Reference