summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/Value.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/Value.cpp') (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcard/Value.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/Value.cpp b/kabc/vcard/Value.cpp
index 1978af2..3a4d406 100644
--- a/kabc/vcard/Value.cpp
+++ b/kabc/vcard/Value.cpp
@@ -25,2 +25,4 @@
25#include <VCardValue.h> 25#include <VCardValue.h>
26//Added by qt3to4:
27#include <Q3CString>
26 28
@@ -38,3 +40,3 @@ Value::Value(const Value & x)
38 40
39Value::Value(const QCString & s) 41Value::Value(const Q3CString & s)
40 :Entity(s) 42 :Entity(s)
@@ -53,3 +55,3 @@ Value::operator = (Value & x)
53 Value & 55 Value &
54Value::operator = (const QCString & s) 56Value::operator = (const Q3CString & s)
55{ 57{