[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/office/kile/kile
From:       Michel Ludwig <michel.ludwig () kdemail ! net>
Date:       2007-12-04 21:48:53
Message-ID: 1196804933.922304.19649.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 744926 by mludwig:

Make it compile.


 M  +2 -2      plaintolatexconverter.cpp  


--- trunk/extragear/office/kile/kile/plaintolatexconverter.cpp #744925:744926
@@ -46,10 +46,10 @@
 
 	// Replacing what must be...
 	uint sSize = result.length();
-	QMapConstIterator<QChar, QString> mapEnd = m_replaceMap.end();
+	QMap<QChar, QString>::const_iterator mapEnd = m_replaceMap.end();
 	for(uint i = 0 ; i < sSize ; ++i) 
 	{
-		QMapConstIterator<QChar, QString> it = m_replaceMap.find(result.at(i));
+		QMap<QChar, QString>::const_iterator it = m_replaceMap.find(result.at(i));
 
 		if(it != mapEnd) { // The character must be replaced
 			result.replace(i, 1, *it);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic