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/vcardparser/vcardline.h') diff --git a/kabc/vcardparser/vcardline.h b/kabc/vcardparser/vcardline.h index 8dc9322..dc4bdec 100644 --- a/kabc/vcardparser/vcardline.h +++ b/kabc/vcardparser/vcardline.h @@ -22,8 +22,8 @@ #define VCARDLINE_H #include -#include -#include +#include +#include #include #include #include @@ -33,7 +33,7 @@ namespace KABC { class VCardLine { public: - typedef QValueList List; + typedef Q3ValueList List; typedef QMap ParamMap; VCardLine(); @@ -59,7 +59,7 @@ class VCardLine * Sets the value of of this line. */ void setValueString( const QString& value ); - void setValueCString( const QCString& value ); + void setValueCString( const Q3CString& value ); void setValueBytes( const QByteArray& value ); /** -- cgit v0.9.0.2