diff options
Diffstat (limited to 'ark/archiveformatinfo.h')
-rw-r--r-- | ark/archiveformatinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/archiveformatinfo.h b/ark/archiveformatinfo.h index e1c987d..5ba5ef3 100644 --- a/ark/archiveformatinfo.h +++ b/ark/archiveformatinfo.h @@ -59,7 +59,7 @@ private: enum ArchType type; }; - FormatInfo & tqfind ( ArchType type ); + FormatInfo & find ( ArchType type ); typedef TQValueList<FormatInfo> InfoList; InfoList m_formatInfos; |