summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/URIValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/URIValue.cpp')
-rw-r--r--kabc/vcard/URIValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/URIValue.cpp b/kabc/vcard/URIValue.cpp
index ea598c5f5..9b13119d3 100644
--- a/kabc/vcard/URIValue.cpp
+++ b/kabc/vcard/URIValue.cpp
@@ -103,14 +103,14 @@ URIValue::_assemble()
strRep_ = scheme_ + ':' + schemeSpecificPart_;
}
- QCString
+ TQCString
URIValue::scheme()
{
parse();
return scheme_;
}
- QCString
+ TQCString
URIValue::schemeSpecificPart()
{
parse();