[Kde-imaging] extragear/graphics/digikam/showfoto
Gilles Caulier
caulier.gilles at free.fr
Wed Nov 8 13:59:20 CET 2006
SVN commit 603277 by cgilles:
kipi-plugins from trunk : RAWConverter : updated dcraw.c implementation to version 8.41
CCMAIL: kde-imaging at kde.org
M +6 -6 showfoto.cpp
--- trunk/extragear/graphics/digikam/showfoto/showfoto.cpp #603276:603277
@@ -60,7 +60,6 @@
#include <kaccel.h>
#include <kdeversion.h>
#include <kmessagebox.h>
-#include <kdebug.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kiconloader.h>
@@ -75,6 +74,7 @@
// Local includes.
+#include "ddebug.h"
#include "rawfiles.h"
#include "canvas.h"
#include "thumbbar.h"
@@ -93,6 +93,7 @@
#include "loadingcacheinterface.h"
#include "savingcontextcontainer.h"
#include "showfoto.h"
+#include "showfoto.moc"
namespace ShowFoto
{
@@ -534,7 +535,7 @@
fileformats = patternList.join("\n");
#endif
- kdDebug () << "fileformats=" << fileformats << endl;
+ DDebug() << "fileformats=" << fileformats << endl;
KURL::List urls = KFileDialog::getOpenURLs(d->lastOpenedDirectory.path(), fileformats, this, i18n("Open Images"));
@@ -808,7 +809,7 @@
patterns.append (" ");
patterns.append (filter.upper());
- kdDebug () << "patterns=" << patterns << endl;
+ DDebug() << "patterns=" << patterns << endl;
// Get all image files from directory.
@@ -996,7 +997,7 @@
{
if (!d->currentItem)
{
- kdWarning() << k_funcinfo << "This should not happen" << endl;
+ DWarning() << k_funcinfo << "This should not happen" << endl;
return true;
}
@@ -1013,7 +1014,7 @@
{
if (!d->currentItem)
{
- kdWarning() << k_funcinfo << "This should not happen" << endl;
+ DWarning() << k_funcinfo << "This should not happen" << endl;
return false;
}
@@ -1101,4 +1102,3 @@
} // namespace ShowFoto
-#include "showfoto.moc"
More information about the Kde-imaging
mailing list