branch | qt4-port |
changeset 12 | 58e7594239df |
parent 0 | 7a96bd401351 |
child 408 | c2a05fa925a1 |
1.1 --- a/options.h Sun Jan 30 12:58:47 2005 +0000 1.2 +++ b/options.h Tue Aug 01 09:31:22 2006 +0000 1.3 @@ -3,6 +3,8 @@ 1.4 1.5 #include <qstring.h> 1.6 #include <qstringlist.h> 1.7 +//Added by qt3to4: 1.8 +#include <Q3ValueList> 1.9 1.10 enum OptionType {SwitchOption,StringOption}; 1.11 1.12 @@ -30,7 +32,7 @@ 1.13 1.14 1.15 1.16 -typedef QValueList <Option> OptionList; 1.17 +typedef Q3ValueList <Option> OptionList; 1.18 1.19 class Options 1.20 {