diff options
Diffstat (limited to 'kresources/kolab/shared/resourcekolabbase.cpp')
-rw-r--r-- | kresources/kolab/shared/resourcekolabbase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/kolab/shared/resourcekolabbase.cpp b/kresources/kolab/shared/resourcekolabbase.cpp index 90464b6b0..a357b0d62 100644 --- a/kresources/kolab/shared/resourcekolabbase.cpp +++ b/kresources/kolab/shared/resourcekolabbase.cpp @@ -199,10 +199,10 @@ bool ResourceKolabBase::connectToKMail() const } bool ResourceKolabBase::kmailAddSubresource( const TQString& resource, - const TQString& tqparent, + const TQString& parent, const TQString& contentsType ) { - return mConnection->kmailAddSubresource( resource, tqparent, contentsType ); + return mConnection->kmailAddSubresource( resource, parent, contentsType ); } bool ResourceKolabBase::kmailRemoveSubresource( const TQString& resource ) |