#ifndef FB2TOOL_H #define FB2TOOL_H #include <QString> namespace FB2 { QString read(const QString &filename); } #endif // FB2TOOL_H