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

List:       kde-commits
Subject:    KDE/kdebase/konqueror
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-16 14:13:05
Message-ID: 1132150385.707092.16090.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480757 by mlaurent:

Start to fix it


 M  +1 -1      konq_mainwindow.cc  
 M  +1 -1      settings/filetypes/kserviceselectdlg.h  
 M  +2 -2      settings/filetypes/typeslistitem.cpp  


--- trunk/KDE/kdebase/konqueror/konq_mainwindow.cc #480756:480757
@@ -5094,7 +5094,7 @@
 
 void KonqMainWindow::plugViewModeActions()
 {
-  Q3PtrList<KAction> lst;
+  QList<KAction*> lst;
   lst.append( m_viewModeMenu );
   plugActionList( "viewmode", lst );
   // display the toolbar viewmode icons only for inode/directory, as here we have dedicated icons
--- trunk/KDE/kdebase/konqueror/settings/filetypes/kserviceselectdlg.h #480756:480757
@@ -20,7 +20,7 @@
 #define __kserviceselectdlg_h
 #include <kdialogbase.h>
 #include <kservice.h>
-
+#include <klistbox.h>
 class KServiceSelectDlg : public KDialogBase
 {
     Q_OBJECT
--- trunk/KDE/kdebase/konqueror/settings/filetypes/typeslistitem.cpp #480756:480757
@@ -128,7 +128,7 @@
 {
   KServiceTypeProfile::OfferList offerList =
     KServiceTypeProfile::offers(m_mimetype->name(), "Application");
-  Q3ValueListIterator<KServiceOffer> it(offerList.begin());
+  QList<KServiceOffer>::Iterator it(offerList.begin());
   for (; it != offerList.end(); ++it)
     if ((*it).allowAsDefault())
       appServices.append((*it).service()->desktopEntryPath());
@@ -311,7 +311,7 @@
     KServiceTypeProfile::offers(m_mimetype->name(), "Application");
   offerList += KServiceTypeProfile::offers(m_mimetype->name(), "KParts/ReadOnlyPart");
 
-  Q3ValueListIterator<KServiceOffer> it_srv(offerList.begin());
+  QList<KServiceOffer>::Iterator it_srv(offerList.begin());
 
   for (; it_srv != offerList.end(); ++it_srv) {
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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