summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/AgentParam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/AgentParam.cpp')
-rw-r--r--kabc/vcard/AgentParam.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/AgentParam.cpp b/kabc/vcard/AgentParam.cpp
index 5625e0071..9e4531b02 100644
--- a/kabc/vcard/AgentParam.cpp
+++ b/kabc/vcard/AgentParam.cpp
@@ -39,7 +39,7 @@ AgentParam::AgentParam(const AgentParam & x)
{
}
-AgentParam::AgentParam(const QCString & s)
+AgentParam::AgentParam(const TQCString & s)
: Param(s)
{
}
@@ -57,7 +57,7 @@ AgentParam::operator = (AgentParam & x)
}
AgentParam &
-AgentParam::operator = (const QCString & s)
+AgentParam::operator = (const TQCString & s)
{
Param::operator = (s);
return *this;