summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/TextBinValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/TextBinValue.cpp') (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcard/TextBinValue.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/TextBinValue.cpp b/kabc/vcard/TextBinValue.cpp
index c584009..a3a96ae 100644
--- a/kabc/vcard/TextBinValue.cpp
+++ b/kabc/vcard/TextBinValue.cpp
@@ -26,4 +26,6 @@
26#include <VCardTextBinValue.h> 26#include <VCardTextBinValue.h>
27#include <VCardValue.h> 27#include <VCardValue.h>
28//Added by qt3to4:
29#include <Q3CString>
28 30
29using namespace VCARD; 31using namespace VCARD;
@@ -42,5 +44,5 @@ TextBinValue::TextBinValue(const TextBinValue & x)
42} 44}
43 45
44TextBinValue::TextBinValue(const QCString & s) 46TextBinValue::TextBinValue(const Q3CString & s)
45 :Value(s) 47 :Value(s)
46{ 48{
@@ -61,5 +63,5 @@ TextBinValue::operator = (TextBinValue & x)
61 63
62 TextBinValue & 64 TextBinValue &
63TextBinValue::operator = (const QCString & s) 65TextBinValue::operator = (const Q3CString & s)
64{ 66{
65 Value::operator = (s); 67 Value::operator = (s);