~ubuntu-branches/ubuntu/trusty/recoll/trusty

« back to all changes in this revision

Viewing changes to qtgui/advsearch_w.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2008-05-29 23:25:40 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080529232540-9kuyznin2g8zmjn9
Tags: 1.10.2-1
* New upstream release
  + Updated patch debian/patches/02_gcc-snapshot-missing-headers-fix.dpatch
    Some portions are now merged with upstream
* debian/copyright:
  + Fixed indentation to 80 characters
  + Updated Debian package copyright year

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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.20 2008/05/21 07:21:37 dockes Exp $ (C) 2005 J.F.Dockes";
3
3
#endif
4
4
/*
5
5
 *   This program is free software; you can redistribute it and/or modify
43
43
#include <list>
44
44
#include <string>
45
45
#include <map>
 
46
#include <algorithm>
46
47
 
47
48
#ifndef NO_NAMESPACES
48
49
using std::list;
49
50
using std::string;
50
51
using std::map;
 
52
using std::unique;
51
53
#endif /* NO_NAMESPACES */
52
54
 
53
55
#include "recoll.h"