summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/GeoValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/GeoValue.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/GeoValue.cpp6
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 @@
24 24
25#include <kdebug.h> 25#include <kdebug.h>
26//Added by qt3to4:
27#include <Q3CString>
26 28
27using namespace VCARD; 29using namespace VCARD;
@@ -37,5 +39,5 @@ GeoValue::GeoValue(const GeoValue & x)
37} 39}
38 40
39GeoValue::GeoValue(const QCString & s) 41GeoValue::GeoValue(const Q3CString & s)
40 :Value(s) 42 :Value(s)
41{ 43{
@@ -55,5 +57,5 @@ GeoValue::operator = (GeoValue & x)
55 57
56 GeoValue & 58 GeoValue &
57GeoValue::operator = (const QCString & s) 59GeoValue::operator = (const Q3CString & s)
58{ 60{
59 Value::operator = (s); 61 Value::operator = (s);