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

List:       kde-bugs-dist
Subject:    [Bug 83972] KOffice 1.3.1 does not compile on KDE 3.1/Qt 3.1
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-10-01 20:38:45
Message-ID: 20041001203845.32604.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=83972        




------- Additional Comments From nicolasg snafu de  2004-10-01 22:38 -------
CVS commit by goutte: 

Make it compile on KDE 3.1
CCMAIL:83972 bugs kde org


  M +5 -5      webpresentation.cc   1.103.2.8


--- koffice/kpresenter/webpresentation.cc  #1.103.2.7:1.103.2.8
 @ -256,5 +256,5  @ void KPWebPresentation::initCreation( KP
     int p;
     KURL str(  path + "/html"  );
-    KIO::NetAccess::mkdir( str,( QWidget* )0L  );
+    KIO::NetAccess::mkdir( str  );
 
     p = progressBar->progress();
 @ -263,5 +263,5  @ void KPWebPresentation::initCreation( KP
 
     str = path + "/pics";
-    KIO::NetAccess::mkdir( str,( QWidget* )0L );
+    KIO::NetAccess::mkdir( str );
 
 
 @ -911,5 +911,5  @ void KPWebPresentationWizard::pageChange
 
         // path doesn't exist. ask user if it should be created.
-        if ( !KIO::NetAccess::exists( pathname, true/*write*/,this ) )
+        if ( !KIO::NetAccess::exists( pathname, true/*write*/ ) )
         {
             QString msg = i18n( "<qt>The directory <b>%1</b> does not exist.<br>"
 @ -919,5 +919,5  @ void KPWebPresentationWizard::pageChange
                 == KMessageBox::Yes)
             {
-                bool ok = KIO::NetAccess::mkdir( pathname, this );
+                bool ok = KIO::NetAccess::mkdir( pathname );
                 if( !ok )
                 {
[prev in list] [next in list] [prev in thread] [next in thread] 

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