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

List:       kde-commits
Subject:    KDE/kdepim/kaddressbook/xxport
From:       Robert Zwerus <arzie () dds ! nl>
Date:       2007-08-07 15:11:51
Message-ID: 1186499511.021581.9254.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 697365 by arzie:

Fix deprecation warning.

 M  +1 -1      ldif_xxport.cpp  


--- trunk/KDE/kdepim/kaddressbook/xxport/ldif_xxport.cpp #697364:697365
@@ -108,7 +108,7 @@
 
   if ( !url.isLocalFile() ) {
     KTemporaryFile tmpFile;
-    if ( !tmpFile.status() ) {
+    if ( !tmpFile.open() ) {
       QString txt = i18n( "<qt>Unable to open file <b>%1</b></qt>", url.url());
       KMessageBox::error( parentWidget(), txt );
       return false;
[prev in list] [next in list] [prev in thread] [next in thread] 

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