-rw-r--r-- | kabc/vcard/Entity.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/kabc/vcard/Entity.cpp b/kabc/vcard/Entity.cpp index b7d09e0..e38fa11 100644 --- a/kabc/vcard/Entity.cpp +++ b/kabc/vcard/Entity.cpp @@ -24,2 +24,4 @@ #include <VCardEntity.h> +//Added by qt3to4: +#include <Q3CString> @@ -42,3 +44,3 @@ Entity::Entity(const Entity & e) -Entity::Entity(const QCString & s) +Entity::Entity(const Q3CString & s) : strRep_ (s), @@ -63,3 +65,3 @@ Entity::operator = (const Entity & e) Entity & -Entity::operator = (const QCString & s) +Entity::operator = (const Q3CString & s) { @@ -85,3 +87,3 @@ Entity::operator != (Entity & e) bool -Entity::operator == (const QCString & s) +Entity::operator == (const Q3CString & s) { @@ -91,3 +93,3 @@ Entity::operator == (const QCString & s) bool -Entity::operator != (const QCString & s) +Entity::operator != (const Q3CString & s) { @@ -101,3 +103,3 @@ Entity::~Entity() - QCString + Q3CString Entity::asString() |