diff options
Diffstat (limited to 'kabc/vcard/SourceParam.cpp')
-rw-r--r-- | kabc/vcard/SourceParam.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/SourceParam.cpp b/kabc/vcard/SourceParam.cpp index cd51cbdaa..d66d87498 100644 --- a/kabc/vcard/SourceParam.cpp +++ b/kabc/vcard/SourceParam.cpp @@ -41,7 +41,7 @@ SourceParam::SourceParam(const SourceParam & x) { } -SourceParam::SourceParam(const QCString & s) +SourceParam::SourceParam(const TQCString & s) : Param(s), type_(SourceParam::TypeUnknown) { @@ -60,7 +60,7 @@ SourceParam::operator = (SourceParam & x) } SourceParam & -SourceParam::operator = (const QCString & s) +SourceParam::operator = (const TQCString & s) { Param::operator = (s); return *this; |