summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/AgentParam.cpp
Side-by-side diff
Diffstat (limited to 'kabc/vcard/AgentParam.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/AgentParam.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/AgentParam.cpp b/kabc/vcard/AgentParam.cpp
index 5625e00..aae35ac 100644
--- a/kabc/vcard/AgentParam.cpp
+++ b/kabc/vcard/AgentParam.cpp
@@ -26,2 +26,4 @@
#include <VCardParam.h>
+//Added by qt3to4:
+#include <Q3CString>
@@ -41,3 +43,3 @@ AgentParam::AgentParam(const AgentParam & x)
-AgentParam::AgentParam(const QCString & s)
+AgentParam::AgentParam(const Q3CString & s)
: Param(s)
@@ -59,3 +61,3 @@ AgentParam::operator = (AgentParam & x)
AgentParam &
-AgentParam::operator = (const QCString & s)
+AgentParam::operator = (const Q3CString & s)
{