Obsolete Members for KArchiveDirectory

The following members of class KArchiveDirectory are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.13) void addEntry(KArchiveEntry *)
(deprecated in 6.13) void removeEntry(KArchiveEntry *)

Member Function Documentation

[deprecated in 6.13] void KArchiveDirectory::addEntry(KArchiveEntry *)

This function is deprecated since 6.13. We strongly advise against using it in new code.

Adds a new entry to the directory.

Note: this can delete the entry if another one with the same name is already present

Use addEntryV2() instead.

[deprecated in 6.13] void KArchiveDirectory::removeEntry(KArchiveEntry *)

This function is deprecated since 6.13. We strongly advise against using it in new code.

Removes an entry from the directory.

Use removeEntryV2() instead.