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

List:       kde-commits
Subject:    kdepim/kalarm
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2005-04-10 22:43:29
Message-ID: 20050410224329.B312C633 () office ! kde ! org
[Download RAW message or body]

CVS commit by djarvie: 

Backwards compatibility


  M +2 -2      templatelistview.cpp   1.5


--- kdepim/kalarm/templatelistview.cpp  #1.4:1.5
@@ -63,6 +63,6 @@ void TemplateListView::populate()
 {
         QPtrList<KAEvent> templates = KAlarm::templateList();
-        for (QPtrList<KAEvent>::ConstIterator it = templates.begin();  it != templates.end();  ++it)
-                addEntry(**it);
+        for (KAEvent* e = templates.first();  e;  e = templates.next())
+                addEntry(*e);
 }
 


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

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