diff options
Diffstat (limited to 'kabc/vcard/SoundValue.cpp')
-rw-r--r-- | kabc/vcard/SoundValue.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/SoundValue.cpp b/kabc/vcard/SoundValue.cpp index 81040d118..5be75d358 100644 --- a/kabc/vcard/SoundValue.cpp +++ b/kabc/vcard/SoundValue.cpp @@ -37,7 +37,7 @@ SoundValue::SoundValue(const SoundValue & x) { } -SoundValue::SoundValue(const QCString & s) +SoundValue::SoundValue(const TQCString & s) : Value(s) { } @@ -52,7 +52,7 @@ SoundValue::operator = (SoundValue & x) } SoundValue & -SoundValue::operator = (const QCString & s) +SoundValue::operator = (const TQCString & s) { Value::operator = (s); return *this; |