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

List:       kde-commits
Subject:    KDE/kdebase/konqueror/sidebar
From:       Laurent Montel <montel () kde ! org>
Date:       2005-09-28 16:26:32
Message-ID: 1127924792.428915.7149.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 464928 by mlaurent:

qt3_support--


 M  +1 -1      trees/dirtree_module/dirtree_item.cpp  
 M  +2 -2      trees/konq_sidebartree.h  
 M  +1 -1      web_module/web_module.h  


--- trunk/KDE/kdebase/konqueror/sidebar/trees/dirtree_module/dirtree_item.cpp \
#464927:464928 @@ -64,7 +64,7 @@
         KURL url = m_fileItem->url();
         if ( url.isLocalFile() )
         {
-            Q3CString path( QFile::encodeName(url.path()));
+            QByteArray path( QFile::encodeName(url.path()));
             struct stat buff;
             if ( ::stat( path.data(), &buff ) != -1 )
             {
--- trunk/KDE/kdebase/konqueror/sidebar/trees/konq_sidebartree.h #464927:464928
@@ -30,7 +30,7 @@
 #include <qtooltip.h>
 //Added by qt3to4:
 #include <QPixmap>
-#include <Q3CString>
+#include <QByteArray>
 #include <QDragLeaveEvent>
 #include <Q3PtrList>
 #include <QDragMoveEvent>
@@ -172,7 +172,7 @@
         AnimationInfo( const char * _iconBaseName, uint _iconCount, const QPixmap & \
                _originalPixmap )
             : iconBaseName(_iconBaseName), iconCount(_iconCount), iconNumber(1), \
originalPixmap(_originalPixmap) {}  AnimationInfo() : iconCount(0) {}
-        Q3CString iconBaseName;
+        QByteArray iconBaseName;
         uint iconCount;
         uint iconNumber;
         QPixmap originalPixmap;
--- trunk/KDE/kdebase/konqueror/sidebar/web_module/web_module.h #464927:464928
@@ -134,7 +134,7 @@
 			QString t = target.toLower();
 			QString u;
 
-			if (Q3CString(action).toLower() != "post") {
+			if (QString(action).toLower() != "post") {
 				// GET
 				KURL kurl = completeURL(url);
 				kurl.setQuery(formData.data());


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

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