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