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

List:       kde-commits
Subject:    kdeedu/keduca
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2004-03-16 18:21:27
Message-ID: 20040316182127.5C395999A () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

deprecatedCalls -= 3


  M +1 -1      keduca/keducaview.cpp   1.26
  M +1 -1      keducabuilder/keducabuilder.cpp   1.11
  M +1 -1      libkeduca/kgallerydialog.cpp   1.4


--- kdeedu/keduca/keduca/keducaview.cpp  #1.25:1.26
@@ -158,5 +158,5 @@ void KEducaView::slotButtonSave()
         }
 
-        if ( KIO::NetAccess::exists( newURL ) ) { // this file exists => ask for \
confirmation +        if ( KIO::NetAccess::exists( newURL, false, this ) ) { // this \
file exists => ask for confirmation  bOk = KMessageBox::questionYesNo( this,
                                               i18n("A document with this name \
already exists.\n"\

--- kdeedu/keduca/keducabuilder/keducabuilder.cpp  #1.10:1.11
@@ -450,5 +450,5 @@ bool KEducaBuilder::fileSaveAs()
         }
 
-        if ( KIO::NetAccess::exists( newURL ) ) { // this file exists => ask for \
confirmation +        if ( KIO::NetAccess::exists( newURL, false, this ) ) { // this \
file exists => ask for confirmation  bOk = KMessageBox::questionYesNo( this,
                                               i18n("A document with this name \
already exists.\n"\

--- kdeedu/keduca/libkeduca/kgallerydialog.cpp  #1.3:1.4
@@ -49,5 +49,5 @@ bool KGalleryDialog::openFile(const KURL
     QString tmpFile;
     bool returnval=false;
-    if( KIO::NetAccess::download( url, tmpFile ) )
+    if( KIO::NetAccess::download( url, tmpFile, this ) )
     {
         returnval=loadFile( tmpFile );


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

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