diff options
Diffstat (limited to 'kresources/kolab/kcal/resourcekolab.h')
-rw-r--r-- | kresources/kolab/kcal/resourcekolab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/kolab/kcal/resourcekolab.h b/kresources/kolab/kcal/resourcekolab.h index 1535403a6..872fbda4c 100644 --- a/kresources/kolab/kcal/resourcekolab.h +++ b/kresources/kolab/kcal/resourcekolab.h @@ -140,7 +140,7 @@ public: virtual TQString subresourceIdentifier( Incidence *incidence ); - virtual bool addSubresource( const TQString& resource, const TQString& tqparent ); + virtual bool addSubresource( const TQString& resource, const TQString& parent ); virtual bool removeSubresource( const TQString& resource ); virtual TQString subresourceType( const TQString &resource ); |