diff options
Diffstat (limited to 'kabc/vcard/UTCValue.cpp')
-rw-r--r-- | kabc/vcard/UTCValue.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/UTCValue.cpp b/kabc/vcard/UTCValue.cpp index 374306c5f..30473661f 100644 --- a/kabc/vcard/UTCValue.cpp +++ b/kabc/vcard/UTCValue.cpp @@ -38,7 +38,7 @@ UTCValue::UTCValue(const UTCValue & x) { } -UTCValue::UTCValue(const QCString & s) +UTCValue::UTCValue(const TQCString & s) : Value(s) { } @@ -57,7 +57,7 @@ UTCValue::operator = (UTCValue & x) } UTCValue & -UTCValue::operator = (const QCString & s) +UTCValue::operator = (const TQCString & s) { Value::operator = (s); return *this; |