diff -r 7a96bd401351 -r f4c37956d28d selection.h --- a/selection.h Sun Jan 30 12:58:47 2005 +0000 +++ b/selection.h Tue Aug 15 11:43:21 2006 +0000 @@ -2,7 +2,7 @@ #define SELECTIONOBJ_H #include "linkablemapobj.h" -#include +#include class Selection { @@ -20,7 +20,7 @@ uint count(); private: - QPtrList selectList; + Q3PtrList selectList; }; #endif