diff options
Diffstat (limited to 'examples/network/archivesearch/archivedialog.ui.h')
| -rw-r--r-- | examples/network/archivesearch/archivedialog.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/archivesearch/archivedialog.ui.h b/examples/network/archivesearch/archivedialog.ui.h index 34467aaa3..a92912e19 100644 --- a/examples/network/archivesearch/archivedialog.ui.h +++ b/examples/network/archivesearch/archivedialog.ui.h @@ -87,7 +87,7 @@ void ArchiveDialog::searchDone( bool error ) TQString result(articleSearcher.readAll()); TQRegExp rx("<a href=\"(http://lists\\.trolltech\\.com/qt-interest/.*)\">(.*)</a>"); - rx.setMinimal(TRUE); + rx.setMinimal(true); int pos = 0; while (pos >= 0) { pos = rx.search(result, pos); |
