summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/TextValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/TextValue.cpp') (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcard/TextValue.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/kabc/vcard/TextValue.cpp b/kabc/vcard/TextValue.cpp
index 09934fa..d0d2996 100644
--- a/kabc/vcard/TextValue.cpp
+++ b/kabc/vcard/TextValue.cpp
@@ -26,2 +26,4 @@
26#include <VCardValue.h> 26#include <VCardValue.h>
27//Added by qt3to4:
28#include <Q3CString>
27 29
@@ -39,3 +41,3 @@ TextValue::TextValue(const TextValue & x)
39 41
40TextValue::TextValue(const QCString & s) 42TextValue::TextValue(const Q3CString & s)
41 :Value(s) 43 :Value(s)
@@ -54,3 +56,3 @@ TextValue::operator = (TextValue & x)
54 TextValue & 56 TextValue &
55TextValue::operator = (const QCString & s) 57TextValue::operator = (const Q3CString & s)
56{ 58{
@@ -63,3 +65,3 @@ TextValue::operator == (TextValue & x)
63{ 65{
64 return strRep_ = x.strRep_; 66 return strRep_ == x.strRep_;
65} 67}