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
@@ -25,4 +25,6 @@
#include <VCardParam.h>
+//Added by qt3to4:
+#include <Q3CString>
using namespace VCARD;
@@ -40,5 +42,5 @@ AgentParam::AgentParam(const AgentParam & x)
}
-AgentParam::AgentParam(const QCString & s)
+AgentParam::AgentParam(const Q3CString & s)
: Param(s)
{
@@ -58,5 +60,5 @@ AgentParam::operator = (AgentParam & x)
AgentParam &
-AgentParam::operator = (const QCString & s)
+AgentParam::operator = (const Q3CString & s)
{
Param::operator = (s);