summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/ImgValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/ImgValue.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/ImgValue.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/ImgValue.cpp b/kabc/vcard/ImgValue.cpp
index 7b961f8..1b289df 100644
--- a/kabc/vcard/ImgValue.cpp
+++ b/kabc/vcard/ImgValue.cpp
@@ -24,6 +24,8 @@
24#include <VCardImgValue.h> 24#include <VCardImgValue.h>
25 25
26#include <VCardValue.h> 26#include <VCardValue.h>
27//Added by qt3to4:
28#include <Q3CString>
27 29
28using namespace VCARD; 30using namespace VCARD;
29 31
@@ -37,7 +39,7 @@ ImgValue::ImgValue(const ImgValue & x)
37{ 39{
38} 40}
39 41
40ImgValue::ImgValue(const QCString & s) 42ImgValue::ImgValue(const Q3CString & s)
41 :Value(s) 43 :Value(s)
42{ 44{
43} 45}
@@ -52,7 +54,7 @@ ImgValue::operator = (ImgValue & x)
52} 54}
53 55
54 ImgValue & 56 ImgValue &
55ImgValue::operator = (const QCString & s) 57ImgValue::operator = (const Q3CString & s)
56{ 58{
57 Value::operator = (s); 59 Value::operator = (s);
58 return *this; 60 return *this;