src/ldconfig.h

changeset 496
d6cbf21af8fb
parent 493
16766ac1bbd9
child 498
791c831c8020
--- 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();

mercurial