summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/AdrValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/AdrValue.cpp')
-rw-r--r--kabc/vcard/AdrValue.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/vcard/AdrValue.cpp b/kabc/vcard/AdrValue.cpp
index 7ecef332a..535ba6980 100644
--- a/kabc/vcard/AdrValue.cpp
+++ b/kabc/vcard/AdrValue.cpp
@@ -45,7 +45,7 @@ AdrValue::AdrValue(const AdrValue & x)
{
}
-AdrValue::AdrValue(const QCString & s)
+AdrValue::AdrValue(const TQCString & s)
: Value(s)
{
}
@@ -68,7 +68,7 @@ AdrValue::operator = (AdrValue & x)
}
AdrValue &
-AdrValue::operator = (const QCString & s)
+AdrValue::operator = (const TQCString & s)
{
Value::operator = (s);
return *this;
@@ -105,7 +105,7 @@ AdrValue::_parse()
{
vDebug("AdrValue::_parse()");
- QStrList l;
+ TQStrList l;
RTokenise(strRep_, ";", l);
for (unsigned int i = 0; i < l.count(); i++) {