24 #include <VCardSoundValue.h>
26 #include <VCardValue.h>
28 using namespace VCARD;
30 SoundValue::SoundValue()
35 SoundValue::SoundValue(
const SoundValue & x)
40 SoundValue::SoundValue(
const TQCString & s)
46 SoundValue::operator = (SoundValue & x)
48 if (*
this == x)
return *
this;
50 Value::operator = (x);
55 SoundValue::operator = (
const TQCString & s)
57 Value::operator = (s);
62 SoundValue::operator == (SoundValue & x)
68 SoundValue::~SoundValue()
78 SoundValue::_assemble()