summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/TextValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/TextValue.cpp')
-rw-r--r--kabc/vcard/TextValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/TextValue.cpp b/kabc/vcard/TextValue.cpp
index 9708398ad..cf8e0673f 100644
--- a/kabc/vcard/TextValue.cpp
+++ b/kabc/vcard/TextValue.cpp
@@ -37,7 +37,7 @@ TextValue::TextValue(const TextValue & x)
{
}
-TextValue::TextValue(const QCString & s)
+TextValue::TextValue(const TQCString & s)
: Value(s)
{
}
@@ -52,7 +52,7 @@ TextValue::operator = (TextValue & x)
}
TextValue &
-TextValue::operator = (const QCString & s)
+TextValue::operator = (const TQCString & s)
{
Value::operator = (s);
return *this;