diff -r 5db8dfd30ea2 -r c2a05fa925a1 options.h --- a/options.h Thu Nov 23 16:18:26 2006 +0000 +++ b/options.h Fri Dec 08 20:18:56 2006 +0000 @@ -1,10 +1,7 @@ #ifndef OPTIONS_H #define OPTIONS_H -#include -#include -//Added by qt3to4: -#include +#include enum OptionType {SwitchOption,StringOption}; @@ -12,6 +9,7 @@ { public: Option(); + Option(const QString &, const OptionType &, const QString &, const QString &); void set (const QString &, const OptionType &, const QString &, const QString &); QString getName(); QString getShort(); @@ -31,14 +29,12 @@ }; - -typedef Q3ValueList