summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/OrgValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/OrgValue.cpp')
-rw-r--r--kabc/vcard/OrgValue.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/vcard/OrgValue.cpp b/kabc/vcard/OrgValue.cpp
index c3134c835..cfd9c6f73 100644
--- a/kabc/vcard/OrgValue.cpp
+++ b/kabc/vcard/OrgValue.cpp
@@ -39,7 +39,7 @@ OrgValue::OrgValue(const OrgValue & x)
{
}
-OrgValue::OrgValue(const QCString & s)
+OrgValue::OrgValue(const TQCString & s)
: Value(s)
{
}
@@ -54,7 +54,7 @@ OrgValue::operator = (OrgValue & x)
}
OrgValue &
-OrgValue::operator = (const QCString & s)
+OrgValue::operator = (const TQCString & s)
{
Value::operator = (s);
return *this;
@@ -82,7 +82,7 @@ OrgValue::_assemble()
{
bool first(true);
- QStrListIterator it(valueList_);
+ TQStrListIterator it(valueList_);
for (; it.current(); ++it) {
if (!first) strRep_ += ';';