summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/TextParam.cpp
Unidiff
Diffstat (limited to 'kabc/vcard/TextParam.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/TextParam.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kabc/vcard/TextParam.cpp b/kabc/vcard/TextParam.cpp
index 7c68700..ce6661f 100644
--- a/kabc/vcard/TextParam.cpp
+++ b/kabc/vcard/TextParam.cpp
@@ -26,2 +26,4 @@
26#include <VCardParam.h> 26#include <VCardParam.h>
27//Added by qt3to4:
28#include <Q3CString>
27 29
@@ -39,3 +41,3 @@ TextParam::TextParam(const TextParam & x)
39 41
40TextParam::TextParam(const QCString & s) 42TextParam::TextParam(const Q3CString & s)
41 :Param(s) 43 :Param(s)
@@ -54,3 +56,3 @@ TextParam::operator = (TextParam & x)
54 TextParam & 56 TextParam &
55TextParam::operator = (const QCString & s) 57TextParam::operator = (const Q3CString & s)
56{ 58{