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

List:       kde-commits
Subject:    branches/work/kde4/kdelibs
From:       Stephan Binner <binner () kde ! org>
Date:       2005-07-02 10:37:58
Message-ID: 1120300678.377671.23026.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 430804 by binner:

compile


 M  +1 -1      kdecore/kurldrag.cpp  
 M  +1 -1      kdeui/kedittoolbar.cpp  
 M  +1 -1      kdeui/kedittoolbar.h  


--- branches/work/kde4/kdelibs/kdecore/kurldrag.cpp #430803:430804
@@ -97,7 +97,7 @@
                 while (c < payload.size() && d[c] && d[c]!='\r'
                         && d[c] != '\n')
                     c++;
-                QCString s(d+f,c-f+1);
+                Q3CString s(d+f,c-f+1);
                 if ( s[0] != '#' ) // non-comment?
                     uris.append(stringToUrl(s));
                 // Skip junk
--- branches/work/kde4/kdelibs/kdeui/kedittoolbar.cpp #430803:430804
@@ -1184,7 +1184,7 @@
   delete item;
 }
 
-void KEditToolbarWidget::moveActive( ToolbarItem* item, QListViewItem* before )
+void KEditToolbarWidget::moveActive( ToolbarItem* item, Q3ListViewItem* before )
 {
   QDomElement e = d->findElementForToolbarItem( item );
 
--- branches/work/kde4/kdelibs/kdeui/kedittoolbar.h #430803:430804
@@ -402,7 +402,7 @@
 
   void insertActive(ToolbarItem *item, Q3ListViewItem *before, bool prepend = false);
   void removeActive(ToolbarItem *item);
-  void moveActive(ToolbarItem *item, QListViewItem *before);
+  void moveActive(ToolbarItem *item, Q3ListViewItem *before);
   void initNonKPart(KActionCollection *collection, const QString& file, bool global);
   void initKPart(KXMLGUIFactory* factory);
   void loadToolbarCombo(const QString& defaultToolbar = QString::null);
[prev in list] [next in list] [prev in thread] [next in thread] 

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