summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/soap/incidenceconverter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 16:15:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 16:15:42 -0600
commitd5b298be14c173d62e8fbc6a3803ba8f657f3dcb (patch)
tree3b542e6db3d76b64d4d58b49381328fae2035122 /kresources/groupwise/soap/incidenceconverter.cpp
parent716a5de8870d7c02bb4d0aed72f30291b17b763a (diff)
downloadtdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.tar.gz
tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.zip
Fix a few strings that contain Status
Diffstat (limited to 'kresources/groupwise/soap/incidenceconverter.cpp')
-rw-r--r--kresources/groupwise/soap/incidenceconverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/groupwise/soap/incidenceconverter.cpp b/kresources/groupwise/soap/incidenceconverter.cpp
index 8d21e4da7..79ad94a57 100644
--- a/kresources/groupwise/soap/incidenceconverter.cpp
+++ b/kresources/groupwise/soap/incidenceconverter.cpp
@@ -489,7 +489,7 @@ ngwt__Recipient *IncidenceConverter::createRecipient( const TQString &name,
{
ngwt__Recipient *recipient = soap_new_ngwt__Recipient( soap(), -1 );
- recipient->recipienStatus = 0;
+ recipient->recipientStatus = 0;
if ( !uuid.isEmpty() ) recipient->uuid = qStringToString( uuid );
else recipient->uuid = 0;
if ( !name.isEmpty() ) {