summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/include/VCardAgentParam.h
Side-by-side diff
Diffstat (limited to 'kabc/vcard/include/VCardAgentParam.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/include/VCardAgentParam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/include/VCardAgentParam.h b/kabc/vcard/include/VCardAgentParam.h
index 72a05db..5733540 100644
--- a/kabc/vcard/include/VCardAgentParam.h
+++ b/kabc/vcard/include/VCardAgentParam.h
@@ -24,7 +24,7 @@
#ifndef AGENTPARAM_H
#define AGENTPARAM_H
-#include <qcstring.h>
+#include <q3cstring.h>
#include <VCardParam.h>
#include <VCardURIValue.h>
@@ -46,7 +46,7 @@ class AgentParam : public Param
void setRefer(bool b)
{ refer_ = b; assembled_ = false; }
- void setURI(const QCString & s)
+ void setURI(const Q3CString & s)
{ uri_ = s; assembled_ = false; }
private: