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