summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/include/VCardAgentParam.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/include/VCardAgentParam.h')
-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 aed1ade19..90c3bd528 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 <tqcstring.h>
#include <VCardParam.h>
#include <VCardURIValue.h>
@@ -46,7 +46,7 @@ class KVCARD_EXPORT AgentParam : public Param
void setRefer(bool b)
{ refer_ = b; assembled_ = false; }
- void setURI(const QCString & s)
+ void setURI(const TQCString & s)
{ uri_ = s; assembled_ = false; }
private: