From 9667e6f2589d5b2080cca928814f382761f8dda6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 08 Apr 2005 22:05:03 +0000 Subject: utf8 kapi import fix --- (limited to 'kabc/vcardparser/vcardline.h') diff --git a/kabc/vcardparser/vcardline.h b/kabc/vcardparser/vcardline.h index 6e74b38..8dc9322 100644 --- a/kabc/vcardparser/vcardline.h +++ b/kabc/vcardparser/vcardline.h @@ -58,13 +58,14 @@ class VCardLine /** * Sets the value of of this line. */ - void setValue( const QString& value ); - void setValue( const QByteArray& value ); + void setValueString( const QString& value ); + void setValueCString( const QCString& value ); + void setValueBytes( const QByteArray& value ); /** * Returns the value of this line. */ - QVariant value() const; + QString valueString() const; QByteArray valueBytes() const; /** -- cgit v0.9.0.2