summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/ImgValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/ImgValue.cpp') (more/less context) (show 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
@@ -25,4 +25,6 @@
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;
@@ -38,5 +40,5 @@ ImgValue::ImgValue(const ImgValue & x)
38} 40}
39 41
40ImgValue::ImgValue(const QCString & s) 42ImgValue::ImgValue(const Q3CString & s)
41 :Value(s) 43 :Value(s)
42{ 44{
@@ -53,5 +55,5 @@ ImgValue::operator = (ImgValue & x)
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);