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/VCardVCard.h') diff --git a/kabc/vcard/include/VCardVCard.h b/kabc/vcard/include/VCardVCard.h index 5dec166..5b66074 100644 --- a/kabc/vcard/include/VCardVCard.h +++ b/kabc/vcard/include/VCardVCard.h @@ -25,7 +25,9 @@ #define VCARD_VCARD_H #include -#include +#include +//Added by qt3to4: +#include #include #include @@ -40,22 +42,22 @@ class VCard : public Entity #include "VCard-generated.h" bool has(EntityType); - bool has(const QCString &); + bool has(const Q3CString &); void add(const ContentLine &); - void add(const QCString &); + void add(const Q3CString &); ContentLine * contentLine(EntityType); - ContentLine * contentLine(const QCString &); + ContentLine * contentLine(const Q3CString &); - QCString group() { parse(); return group_; } + Q3CString group() { parse(); return group_; } - QPtrList contentLineList() { parse(); return contentLineList_; } + Q3PtrList contentLineList() { parse(); return contentLineList_; } private: - QCString group_; - QPtrList contentLineList_; + Q3CString group_; + Q3PtrList contentLineList_; }; } -- cgit v0.9.0.2