summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/ImgValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/ImgValue.cpp')
-rw-r--r--kabc/vcard/ImgValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/ImgValue.cpp b/kabc/vcard/ImgValue.cpp
index 7b961f82e..42889acd8 100644
--- a/kabc/vcard/ImgValue.cpp
+++ b/kabc/vcard/ImgValue.cpp
@@ -37,7 +37,7 @@ ImgValue::ImgValue(const ImgValue & x)
{
}
-ImgValue::ImgValue(const QCString & s)
+ImgValue::ImgValue(const TQCString & s)
: Value(s)
{
}
@@ -52,7 +52,7 @@ ImgValue::operator = (ImgValue & x)
}
ImgValue &
-ImgValue::operator = (const QCString & s)
+ImgValue::operator = (const TQCString & s)
{
Value::operator = (s);
return *this;