diff options
Diffstat (limited to 'kbabel/addons')
-rw-r--r-- | kbabel/addons/kfile-plugins/kfile_po.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/addons/kfile-plugins/kfile_po.cpp b/kbabel/addons/kfile-plugins/kfile_po.cpp index cb2b6390..156f52c1 100644 --- a/kbabel/addons/kfile-plugins/kfile_po.cpp +++ b/kbabel/addons/kfile-plugins/kfile_po.cpp @@ -62,7 +62,7 @@ bool KPoPlugin::readInfo(KFileMetaInfo& metaInfo, uint) { PoInfo poInfo; TQStringList wordList; - ConversiontqStatus status = PoInfo::info(metaInfo.path(), poInfo, wordList, false, false, false); + ConversionStatus status = PoInfo::info(metaInfo.path(), poInfo, wordList, false, false, false); if (status == OK) { KFileMetaInfoGroup group = appendGroup(metaInfo, "CatalogInfo"); |