|
a/src/qtgui/advsearch_w.cpp |
|
b/src/qtgui/advsearch_w.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.19 2008-05-20 10:08:55 dockes Exp $ (C) 2005 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.20 2008-05-21 07:21:37 dockes Exp $ (C) 2005 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
41 |
#include <qmessagebox.h>
|
41 |
#include <qmessagebox.h>
|
42 |
|
42 |
|
43 |
#include <list>
|
43 |
#include <list>
|
44 |
#include <string>
|
44 |
#include <string>
|
45 |
#include <map>
|
45 |
#include <map>
|
|
|
46 |
#include <algorithm>
|
46 |
|
47 |
|
47 |
#ifndef NO_NAMESPACES
|
48 |
#ifndef NO_NAMESPACES
|
48 |
using std::list;
|
49 |
using std::list;
|
49 |
using std::string;
|
50 |
using std::string;
|
50 |
using std::map;
|
51 |
using std::map;
|