Switch to unified view

a/src/qtgui/advsearch_w.h b/src/qtgui/advsearch_w.h
1
#ifndef _ADVSEARCH_W_H_INCLUDED_
1
#ifndef _ADVSEARCH_W_H_INCLUDED_
2
#define _ADVSEARCH_W_H_INCLUDED_
2
#define _ADVSEARCH_W_H_INCLUDED_
3
/* @(#$Id: advsearch_w.h,v 1.12 2007-02-19 16:10:00 dockes Exp $  (C) 2005 J.F.Dockes */
3
/* @(#$Id: advsearch_w.h,v 1.13 2007-08-31 09:04:23 dockes Exp $  (C) 2005 J.F.Dockes */
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
8
 *   (at your option) any later version.
8
 *   (at your option) any later version.
...
...
65
    virtual void delAFiltypPB_clicked();
65
    virtual void delAFiltypPB_clicked();
66
    virtual void addFiltypPB_clicked();
66
    virtual void addFiltypPB_clicked();
67
    virtual void addAFiltypPB_clicked();
67
    virtual void addAFiltypPB_clicked();
68
    virtual void restrictFtCB_toggled(bool);
68
    virtual void restrictFtCB_toggled(bool);
69
    virtual void restrictCtCB_toggled(bool);
69
    virtual void restrictCtCB_toggled(bool);
70
    virtual void searchPB_clicked();
70
    virtual void runSearch();
71
    virtual void browsePB_clicked();
71
    virtual void browsePB_clicked();
72
    virtual void saveFileTypes();
72
    virtual void saveFileTypes();
73
    virtual void delClause();
73
    virtual void delClause();
74
    virtual void addClause();
74
    virtual void addClause();
75
    virtual void addClause(int);
75
    virtual void addClause(int);