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

List:       kde-commits
Subject:    KDE/kdebase/kioslave
From:       Laurent Montel <montel () kde ! org>
Date:       2005-12-20 13:51:28
Message-ID: 1135086688.433306.10960.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 490015 by mlaurent:

Q3Cstring--


 M  +0 -3      filter/filter.cc  
 M  +0 -2      filter/filter.h  
 M  +1 -1      nfs/kio_nfs.cpp  
 M  +1 -3      nfs/kio_nfs.h  
 M  +0 -2      system/kio_system.cpp  


--- trunk/KDE/kdebase/kioslave/filter/filter.cc #490014:490015
@@ -31,9 +31,6 @@
 #include <kfilterbase.h>
 
 #include "filter.h"
-//Added by qt3to4:
-#include <Q3CString>
-
 extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
 
 int kdemain( int argc, char ** argv)
--- trunk/KDE/kdebase/kioslave/filter/filter.h #490014:490015
@@ -25,8 +25,6 @@
 #define __filter_h__
 
 #include <qobject.h>
-//Added by qt3to4:
-#include <Q3CString>
 #include <kio/global.h>
 #include <kio/slavebase.h>
 
--- trunk/KDE/kdebase/kioslave/nfs/kio_nfs.cpp #490014:490015
@@ -745,7 +745,7 @@
    finished();
 }
 
-void NFSProtocol::completeAbsoluteLinkUDSEntry(UDSEntry& entry, const Q3CString& path)
+void NFSProtocol::completeAbsoluteLinkUDSEntry(UDSEntry& entry, const QByteArray& path)
 {
    //taken from file.cc
    struct stat buff;
--- trunk/KDE/kdebase/kioslave/nfs/kio_nfs.h #490014:490015
@@ -28,8 +28,6 @@
 #include <qstringlist.h>
 #include <q3intdict.h>
 #include <qtimer.h>
-//Added by qt3to4:
-#include <Q3CString>
 
 #define PORTMAP  //this seems to be required to compile on Solaris
 #include <rpc/rpc.h>
@@ -87,7 +85,7 @@
       bool isExportedDir(const QString& path);
       void completeUDSEntry(KIO::UDSEntry& entry, fattr& attributes);
       void completeBadLinkUDSEntry(KIO::UDSEntry& entry, fattr& attributes);
-      void completeAbsoluteLinkUDSEntry(KIO::UDSEntry& entry, const Q3CString& path);
+      void completeAbsoluteLinkUDSEntry(KIO::UDSEntry& entry, const QByteArray& path);
       bool isValidLink(const QString& parentDir, const QString& linkDest);
 //      bool isAbsoluteLink(const QString& path);
       
--- trunk/KDE/kdebase/kioslave/system/kio_system.cpp #490014:490015
@@ -27,8 +27,6 @@
 #include <dcopref.h>
 
 #include <qeventloop.h>
-//Added by qt3to4:
-#include <Q3CString>
 
 #include "kio_system.h"
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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