summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/UTCValue.cpp
Side-by-side diff
Diffstat (limited to 'kabc/vcard/UTCValue.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/UTCValue.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/UTCValue.cpp b/kabc/vcard/UTCValue.cpp
index 374306c..f35d986 100644
--- a/kabc/vcard/UTCValue.cpp
+++ b/kabc/vcard/UTCValue.cpp
@@ -25,4 +25,6 @@
#include <VCardValue.h>
+//Added by qt3to4:
+#include <Q3CString>
using namespace VCARD;
@@ -39,5 +41,5 @@ UTCValue::UTCValue(const UTCValue & x)
}
-UTCValue::UTCValue(const QCString & s)
+UTCValue::UTCValue(const Q3CString & s)
: Value(s)
{
@@ -58,5 +60,5 @@ UTCValue::operator = (UTCValue & x)
UTCValue &
-UTCValue::operator = (const QCString & s)
+UTCValue::operator = (const Q3CString & s)
{
Value::operator = (s);