diff options
Diffstat (limited to 'kabc/vcard/Value.cpp')
-rw-r--r-- | kabc/vcard/Value.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/Value.cpp b/kabc/vcard/Value.cpp index 33b7a509e..c95c0712b 100644 --- a/kabc/vcard/Value.cpp +++ b/kabc/vcard/Value.cpp @@ -36,7 +36,7 @@ Value::Value(const Value & x) { } -Value::Value(const QCString & s) +Value::Value(const TQCString & s) : Entity(s) { } @@ -51,7 +51,7 @@ Value::operator = (Value & x) } Value & -Value::operator = (const QCString & s) +Value::operator = (const TQCString & s) { Entity::operator = (s); return *this; |