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