diff -r 608f976aa7bb -r 5378ed53ec92 options.h --- a/options.h Tue Jun 06 14:58:11 2006 +0000 +++ b/options.h Tue Apr 10 13:22:55 2007 +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