-rw-r--r-- | kabc/vcard/GeoValue.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/GeoValue.cpp b/kabc/vcard/GeoValue.cpp index e02b402..ba57a6b 100644 --- a/kabc/vcard/GeoValue.cpp +++ b/kabc/vcard/GeoValue.cpp @@ -24,4 +24,6 @@ #include <kdebug.h> +//Added by qt3to4: +#include <Q3CString> using namespace VCARD; @@ -37,5 +39,5 @@ GeoValue::GeoValue(const GeoValue & x) } -GeoValue::GeoValue(const QCString & s) +GeoValue::GeoValue(const Q3CString & s) : Value(s) { @@ -55,5 +57,5 @@ GeoValue::operator = (GeoValue & x) GeoValue & -GeoValue::operator = (const QCString & s) +GeoValue::operator = (const Q3CString & s) { Value::operator = (s); |