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
@@ -24,6 +24,8 @@
#include <VCardTelValue.h>
#include <VCardValue.h>
+//Added by qt3to4:
+#include <Q3CString>
using namespace VCARD;
@@ -37,7 +39,7 @@ TelValue::TelValue(const TelValue & x)
{
}
-TelValue::TelValue(const QCString & s)
+TelValue::TelValue(const Q3CString & s)
: Value(s)
{
}
@@ -52,7 +54,7 @@ TelValue::operator = (TelValue & x)
}
TelValue &
-TelValue::operator = (const QCString & s)
+TelValue::operator = (const Q3CString & s)
{
Value::operator = (s);
return *this;