src/messagelog.h

changeset 504
6a1fa662bfc1
parent 493
16766ac1bbd9
child 538
2f85d4d286e5
--- a/src/messagelog.h	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/messagelog.h	Wed Oct 16 16:47:40 2013 +0300
@@ -55,10 +55,10 @@
 
 		explicit MessageManager (QObject* parent = 0);
 		void addLine (str line);
-		const List<Line>& getLines() const;
+		const QList<Line>& getLines() const;
 
 	private:
-		List<Line> m_lines;
+		QList<Line> m_lines;
 		QTimer* m_ticker;
 
 	private slots:

mercurial