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

List:       kde-commits
Subject:    kdebase/kate/app (silent)
From:       Ismail Dönmez <ismail.donmez () boun ! edu ! tr>
Date:       2003-11-30 17:21:54
[Download RAW message or body]

CVS commit by cartman: 

CVS_SILENT: warnings--


  M +3 -3      katemainwindow.cpp   1.203


--- kdebase/kate/app/katemainwindow.cpp  #1.202:1.203
@@ -565,9 +565,9 @@ void KateMainWindow::editKeys()
 
   QPtrList<Kate::Document>  l=m_docManager->documentList();
-  for (int i=0;i<l.count();i++) {
+  for (uint i=0;i<l.count();i++) {
         kdDebug()<<"reloading Keysettings for document "<<i<<endl;
         l.at(i)->reloadXML();
         QPtrList<class KTextEditor::View> l1=l.at(i)->views ();//KTextEditor::Document
-        for (int i1=0;i1<l1.count();i1++) {
+        for (uint i1=0;i1<l1.count();i1++) {
                 l1.at(i1)->reloadXML();
                 kdDebug()<<"reloading Keysettings for view "<<i<<"/"<<i1<<endl;


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

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