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/distributionlist.h') diff --git a/kabc/distributionlist.h b/kabc/distributionlist.h index c81e543..8d21a17 100644 --- a/kabc/distributionlist.h +++ b/kabc/distributionlist.h @@ -24,6 +24,9 @@ //#include #include "addressbook.h" +//Added by qt3to4: +#include +#include namespace KABC { @@ -48,7 +51,7 @@ class DistributionList */ struct Entry { - typedef QValueList List; + typedef Q3ValueList List; Entry() {} Entry( const Addressee &_addressee, const QString &_email ) : @@ -167,7 +170,7 @@ class DistributionListManager private: AddressBook *mAddressBook; - QPtrList mLists; + Q3PtrList mLists; }; /** -- cgit v0.9.0.2