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.11 2006-12-20 13:12:49 dockes Exp $  (C) 2005 J.F.Dockes */
3
/* @(#$Id: advsearch_w.h,v 1.12 2007-02-19 16:10:00 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.
...
...
82
    void startSearch(RefCntr<Rcl::SearchData>);
82
    void startSearch(RefCntr<Rcl::SearchData>);
83
83
84
private:
84
private:
85
    virtual void init();
85
    virtual void init();
86
    std::list<SearchClauseW *> m_clauseWins;
86
    std::list<SearchClauseW *> m_clauseWins;
87
    QStringList                m_ignTypes;
88
    bool                       m_ignByCats;
87
    void saveCnf();
89
    void saveCnf();
88
    void fillFileTypes();
90
    void fillFileTypes();
89
};
91
};
90
92
91
93