Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _GUIUTILS_H_INCLUDED_
17
#ifndef _GUIUTILS_H_INCLUDED_
18
#define _GUIUTILS_H_INCLUDED_
18
#define _GUIUTILS_H_INCLUDED_
19
/* 
19
/* 
20
 * @(#$Id: guiutils.h,v 1.13 2006-09-23 07:39:55 dockes Exp $  (C) 2005 Jean-Francois Dockes 
20
 * @(#$Id: guiutils.h,v 1.14 2006-10-30 12:59:44 dockes Exp $  (C) 2005 Jean-Francois Dockes 
21
 *                         jean-francois.dockes@wanadoo.fr
21
 *                         jean-francois.dockes@wanadoo.fr
22
 *
22
 *
23
 *   This program is free software; you can redistribute it and/or modify
23
 *   This program is free software; you can redistribute it and/or modify
24
 *   it under the terms of the GNU General Public License as published by
24
 *   it under the terms of the GNU General Public License as published by
25
 *   the Free Software Foundation; either version 2 of the License, or
25
 *   the Free Software Foundation; either version 2 of the License, or
...
...
89
89
90
    // Sort specs (sort_w.cpp knows how to deal with the values
90
    // Sort specs (sort_w.cpp knows how to deal with the values
91
    int sortWidth;
91
    int sortWidth;
92
    int sortSpec;
92
    int sortSpec;
93
93
94
    // Remembered term match mode
95
    int termMatchType;
96
94
    PrefsPack() :
97
    PrefsPack() :
95
    showicons(true), 
98
    showicons(true), 
96
    respagesize(8), 
99
    respagesize(8), 
97
    reslistfontsize(10),
100
    reslistfontsize(10),
98
    ssearchTyp(0),
101
    ssearchTyp(0),
99
    queryBuildAbstract(true),
102
    queryBuildAbstract(true),
100
    queryReplaceAbstract(false),
103
    queryReplaceAbstract(false),
101
    startWithAdvSearchOpen(false),
104
    startWithAdvSearchOpen(false),
102
    startWithSortToolOpen(false)
105
        startWithSortToolOpen(false),
106
      termMatchType(0)
103
        {
107
        {
104
        }
108
        }
105
};
109
};
106
110
107
/** Global preferences record */
111
/** Global preferences record */