Switch to unified view

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.18 2007-08-31 09:04:23 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.19 2008-05-20 10:08:55 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
...
...
46
46
47
#ifndef NO_NAMESPACES
47
#ifndef NO_NAMESPACES
48
using std::list;
48
using std::list;
49
using std::string;
49
using std::string;
50
using std::map;
50
using std::map;
51
using std::unique;
51
#endif /* NO_NAMESPACES */
52
#endif /* NO_NAMESPACES */
52
53
53
#include "recoll.h"
54
#include "recoll.h"
54
#include "rclconfig.h"
55
#include "rclconfig.h"
55
#include "debuglog.h"
56
#include "debuglog.h"