--- a/src/ldconfig.h Thu Oct 03 21:42:48 2013 +0300 +++ b/src/ldconfig.h Thu Oct 03 21:48:11 2013 +0300 @@ -20,6 +20,7 @@ #define LDCONFIG_H #include "types.h" +#include <QStringList> // ============================================================================= // StringParser @@ -46,8 +47,8 @@ } private: - List<str> m_tokens; - short m_pos; + QStringList m_tokens; + int m_pos; }; void parseLDConfig();