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

List:       kde-commits
Subject:    KDE/kdelibs/kabc/plugins/file
From:       Urs Wolfer <uwolfer () fwo ! ch>
Date:       2006-02-23 13:17:31
Message-ID: 1140700651.595283.25647.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 512728 by uwolfer:

deprecated--

 M  +9 -9      resourcefile.cpp  


--- trunk/KDE/kdelibs/kabc/plugins/file/resourcefile.cpp #512727:512728
@@ -238,7 +238,7 @@
   }
 
   if (d->mIsSaving) {
-    kdWarning(5700) << "Aborted asyncSave() because we're still asyncSave()ing!" << endl;
+    kWarning(5700) << "Aborted asyncSave() because we're still asyncSave()ing!" << endl;
     return false;
   }
 
@@ -269,7 +269,7 @@
 
 void ResourceFile::abortAsyncLoading()
 {
-  kdDebug(5700) << "ResourceFile::abortAsyncLoading()" << endl;
+  kDebug(5700) << "ResourceFile::abortAsyncLoading()" << endl;
 
   if ( d->mLoadJob ) {
     d->mLoadJob->kill(); // result not emitted
@@ -282,7 +282,7 @@
 
 void ResourceFile::abortAsyncSaving()
 {
-  kdDebug(5700) << "ResourceFile::abortAsyncSaving()" << endl;
+  kDebug(5700) << "ResourceFile::abortAsyncSaving()" << endl;
 
   if ( d->mSaveJob ) {
     d->mSaveJob->kill(); // result not emitted
@@ -329,14 +329,14 @@
 
 bool ResourceFile::asyncSave( Ticket * )
 {
-  kdDebug(5700) << "ResourceFile::asyncSave()" << endl;
+  kDebug(5700) << "ResourceFile::asyncSave()" << endl;
 
   if (d->mIsSaving) {
     abortAsyncSaving();
   }
 
   if (d->mIsLoading) {
-    kdWarning(5700) << "Aborted asyncSave() because we're still asyncLoad()ing!" << endl;
+    kWarning(5700) << "Aborted asyncSave() because we're still asyncLoad()ing!" << endl;
     return false;
   }
 
@@ -377,7 +377,7 @@
 void ResourceFile::deleteStaleTempFile()
 {
   if ( hasTempFile() ) {
-    kdDebug(5700) << "stale temp file detected " << mTempFile->name() << endl;
+    kDebug(5700) << "stale temp file detected " << mTempFile->name() << endl;
     deleteLocalTempFile();
   }
 }
@@ -426,7 +426,7 @@
 
 void ResourceFile::fileChanged()
 {
-    kdDebug(5700) << "ResourceFile::fileChanged(): " << mFileName << endl;
+    kDebug(5700) << "ResourceFile::fileChanged(): " << mFileName << endl;
 
   if ( !addressBook() )
     return;
@@ -452,7 +452,7 @@
 
 void ResourceFile::downloadFinished( KIO::Job* )
 {
-  kdDebug(5700) << "ResourceFile::downloadFinished()" << endl;
+  kDebug(5700) << "ResourceFile::downloadFinished()" << endl;
 
   d->mIsLoading = false;
 
@@ -477,7 +477,7 @@
 
 void ResourceFile::uploadFinished( KIO::Job *job )
 {
-  kdDebug(5700) << "ResourceFile::uploadFinished()" << endl;
+  kDebug(5700) << "ResourceFile::uploadFinished()" << endl;
 
   d->mIsSaving = false;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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