branch | qt4-port |
changeset 14 | f4c37956d28d |
parent 0 | 7a96bd401351 |
child 16 | 41c3d7f9f532 |
1.1 --- a/selection.h Sun Jan 30 12:58:47 2005 +0000 1.2 +++ b/selection.h Tue Aug 15 11:43:21 2006 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 #define SELECTIONOBJ_H 1.5 1.6 #include "linkablemapobj.h" 1.7 -#include <qptrlist.h> 1.8 +#include <q3ptrlist.h> 1.9 1.10 class Selection 1.11 { 1.12 @@ -20,7 +20,7 @@ 1.13 uint count(); 1.14 1.15 private: 1.16 - QPtrList <LinkableMapObj> selectList; 1.17 + Q3PtrList <LinkableMapObj> selectList; 1.18 }; 1.19 #endif 1.20