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.16 2006-11-17 15:26:40 dockes Exp $  (C) 2005 Jean-Francois Dockes 
20
 * @(#$Id: guiutils.h,v 1.17 2006-11-21 08:47:51 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
...
...
46
#ifndef NO_NAMESPACES
46
#ifndef NO_NAMESPACES
47
using std::string;
47
using std::string;
48
using std::list;
48
using std::list;
49
using std::vector;
49
using std::vector;
50
#endif
50
#endif
51
52
/** Retrieve configured stemming languages */
53
bool getStemLangs(list<string>& langs);
51
54
52
/** Start a browser on the help document */
55
/** Start a browser on the help document */
53
extern bool startHelpBrowser(const string& url = "");
56
extern bool startHelpBrowser(const string& url = "");
54
57
55
/** Try to make an utf8 printable url */
58
/** Try to make an utf8 printable url */