Switch to unified view

a/src/qtgui/confgui/confgui.h b/src/qtgui/confgui/confgui.h
1
#ifndef _confgui_h_included_
1
#ifndef _confgui_h_included_
2
#define _confgui_h_included_
2
#define _confgui_h_included_
3
/* @(#$Id: confgui.h,v 1.6 2007-10-19 14:31:40 dockes Exp $  (C) 2007 J.F.Dockes */
3
/* @(#$Id: confgui.h,v 1.7 2008-05-21 07:21:37 dockes Exp $  (C) 2007 J.F.Dockes */
4
/**
4
/**
5
 * This file defines a number of simple classes (virtual base: ConfParamW) 
5
 * This file defines a number of simple classes (virtual base: ConfParamW) 
6
 * which let the user input configuration parameters. 
6
 * which let the user input configuration parameters. 
7
 *
7
 *
8
 * Subclasses are defined for entering different kind of data, ie a string, 
8
 * Subclasses are defined for entering different kind of data, ie a string, 
...
...
20
 * is then copied to the actual configuration if the data is accepted, or
20
 * is then copied to the actual configuration if the data is accepted, or
21
 * destroyed and recreated as a copy if Cancel is pressed (you have to 
21
 * destroyed and recreated as a copy if Cancel is pressed (you have to 
22
 * delete/recreate the widgets in this case as the links are no longer valid).
22
 * delete/recreate the widgets in this case as the links are no longer valid).
23
 */
23
 */
24
#include <string>
24
#include <string>
25
#include <limits.h>
25
26
26
#include <qglobal.h>
27
#include <qglobal.h>
27
#include <qstring.h>
28
#include <qstring.h>
28
#include <qwidget.h>
29
#include <qwidget.h>
29
#if QT_VERSION < 0x040000
30
#if QT_VERSION < 0x040000