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.4 2006-04-05 12:50:42 dockes Exp $  (C) 2005 Jean-Francois Dockes 
20
 * @(#$Id: guiutils.h,v 1.5 2006-04-18 08:53:28 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
...
...
50
50
51
/** Holder for preferences (gets saved to user Qt prefs) */
51
/** Holder for preferences (gets saved to user Qt prefs) */
52
class PrefsPack {
52
class PrefsPack {
53
 public:
53
 public:
54
    bool showicons;
54
    bool showicons;
55
    bool autoSearchOnWS;
55
    int respagesize;
56
    int respagesize;
56
    QString reslistfontfamily;
57
    QString reslistfontfamily;
57
    int reslistfontsize;
58
    int reslistfontsize;
58
    QString queryStemLang;
59
    QString queryStemLang;
59
    int mainwidth;
60
    int mainwidth;