diff options
Diffstat (limited to 'kresources/kolab/kabc')
-rw-r--r-- | kresources/kolab/kabc/resourcekolab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/kolab/kabc/resourcekolab.cpp b/kresources/kolab/kabc/resourcekolab.cpp index ff19fb50d..438696412 100644 --- a/kresources/kolab/kabc/resourcekolab.cpp +++ b/kresources/kolab/kabc/resourcekolab.cpp @@ -668,9 +668,9 @@ void KABC::ResourceKolab::setSubresourceActive( const TQString &subresource, boo /*virtual*/ -bool KABC::ResourceKolab::addSubresource( const TQString& label, const TQString& tqparent ) +bool KABC::ResourceKolab::addSubresource( const TQString& label, const TQString& parent ) { - return kmailAddSubresource( label, tqparent, s_kmailContentsType ); + return kmailAddSubresource( label, parent, s_kmailContentsType ); } /*virtual*/ |