summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/TelValue.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/TelValue.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/TelValue.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/TelValue.cpp b/kabc/vcard/TelValue.cpp
index 349f99a..d9cbf3e 100644
--- a/kabc/vcard/TelValue.cpp
+++ b/kabc/vcard/TelValue.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 @@ TelValue::TelValue(const TelValue & x)
39 41
40TelValue::TelValue(const QCString & s) 42TelValue::TelValue(const Q3CString & s)
41 :Value(s) 43 :Value(s)
@@ -54,3 +56,3 @@ TelValue::operator = (TelValue & x)
54 TelValue & 56 TelValue &
55TelValue::operator = (const QCString & s) 57TelValue::operator = (const Q3CString & s)
56{ 58{