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

List:       kde-commits
Subject:    kdebase/kate/lib
From:       Daniel Molkentin <molkentin () kde ! org>
Date:       2003-02-04 21:36:53
[Download RAW message or body]

CVS commit by danimo: 

nuke warning


  M +2 -2      kmultitabbar.cpp   1.29


--- kdebase/kate/lib/kmultitabbar.cpp  #1.28:1.29
@@ -137,10 +137,10 @@ int KMultiTabBarInternal::appendTab(QPix
         {
                 int size=0;
-                for (int i=0;i<m_tabs.count();i++)
+                for (uint i=0;i<m_tabs.count();i++)
                 {
                         int tmp=m_tabs.at(i)->neededSize();
                         size=(size<tmp)?tmp:size;
                 }
-                for (int i=0;i<m_tabs.count();i++) m_tabs.at(i)->setSize(size);
+                for (uint i=0;i<m_tabs.count();i++) m_tabs.at(i)->setSize(size);
         }
         tab->show();


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

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