From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'kabc/vcard/include/VCardValue.h') diff --git a/kabc/vcard/include/VCardValue.h b/kabc/vcard/include/VCardValue.h index 7cfe4a0..024397c 100644 --- a/kabc/vcard/include/VCardValue.h +++ b/kabc/vcard/include/VCardValue.h @@ -24,7 +24,7 @@ #ifndef VALUE_H #define VALUE_H -#include +#include #include @@ -38,8 +38,8 @@ class Value : public Entity virtual Value *clone() { return new Value( *this ); } }; -typedef QPtrList ValueList; -typedef QPtrListIterator ValueListIterator; +typedef Q3PtrList ValueList; +typedef Q3PtrListIterator ValueListIterator; } -- cgit v0.9.0.2