Switch to unified view

a/src/qtgui/confgui/confgui.h b/src/qtgui/confgui/confgui.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
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 _confgui_h_included_
17
#ifndef _confgui_h_included_
18
#define _confgui_h_included_
18
#define _confgui_h_included_
19
#include "autoconfig.h"
20
19
/**
21
/**
20
 * This file defines a number of simple classes (virtual base: ConfParamW) 
22
 * This file defines a number of simple classes (virtual base: ConfParamW) 
21
 * which let the user input configuration parameters. 
23
 * which let the user input configuration parameters. 
22
 *
24
 *
23
 * Subclasses are defined for entering different kind of data, ie a string, 
25
 * Subclasses are defined for entering different kind of data, ie a string, 
...
...
34
 * The widgets are typically linked to a temporary configuration object, which
36
 * The widgets are typically linked to a temporary configuration object, which
35
 * is then copied to the actual configuration if the data is accepted, or
37
 * is then copied to the actual configuration if the data is accepted, or
36
 * destroyed and recreated as a copy if Cancel is pressed (you have to 
38
 * destroyed and recreated as a copy if Cancel is pressed (you have to 
37
 * delete/recreate the widgets in this case as the links are no longer valid).
39
 * delete/recreate the widgets in this case as the links are no longer valid).
38
 */
40
 */
39
#include "autoconfig.h"
40
41
41
#include <string>
42
#include <string>
42
#include <limits.h>
43
#include <limits.h>
43
44
44
#include <qglobal.h>
45
#include <qglobal.h>