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