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
@@ -25,4 +25,6 @@
#include <VCardValue.h>
+//Added by qt3to4:
+#include <Q3CString>
using namespace VCARD;
@@ -38,5 +40,5 @@ TelValue::TelValue(const TelValue & x)
}
-TelValue::TelValue(const QCString & s)
+TelValue::TelValue(const Q3CString & s)
: Value(s)
{
@@ -53,5 +55,5 @@ TelValue::operator = (TelValue & x)
TelValue &
-TelValue::operator = (const QCString & s)
+TelValue::operator = (const Q3CString & s)
{
Value::operator = (s);