summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/SoundValue.cpp
Side-by-side diff
Diffstat (limited to 'kabc/vcard/SoundValue.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/SoundValue.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/SoundValue.cpp b/kabc/vcard/SoundValue.cpp
index 81040d1..4d098d2 100644
--- a/kabc/vcard/SoundValue.cpp
+++ b/kabc/vcard/SoundValue.cpp
@@ -26,2 +26,4 @@
#include <VCardValue.h>
+//Added by qt3to4:
+#include <Q3CString>
@@ -39,3 +41,3 @@ SoundValue::SoundValue(const SoundValue & x)
-SoundValue::SoundValue(const QCString & s)
+SoundValue::SoundValue(const Q3CString & s)
: Value(s)
@@ -54,3 +56,3 @@ SoundValue::operator = (SoundValue & x)
SoundValue &
-SoundValue::operator = (const QCString & s)
+SoundValue::operator = (const Q3CString & s)
{