summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/TelValue.cpp
Side-by-side diff
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 @@
#include <VCardValue.h>
+//Added by qt3to4:
+#include <Q3CString>
@@ -39,3 +41,3 @@ TelValue::TelValue(const TelValue & x)
-TelValue::TelValue(const QCString & s)
+TelValue::TelValue(const Q3CString & s)
: Value(s)
@@ -54,3 +56,3 @@ TelValue::operator = (TelValue & x)
TelValue &
-TelValue::operator = (const QCString & s)
+TelValue::operator = (const Q3CString & s)
{