[Kde-imaging] kdeextragear-libs-1/kipi-plugins/diroperations

Gilles Caulier caulier.gilles at free.fr
Thu Jun 10 09:12:31 CEST 2004


CVS commit by cgilles: 

Fix comments and header declaration (conflic with image2desktop plugin !)
CCMAIL: kde-imaging at kde.org


  M +4 -8      plugin_diroperations.cpp   1.7
  M +6 -10     plugin_diroperations.h   1.4


--- kdeextragear-libs-1/kipi-plugins/diroperations/plugin_diroperations.cpp  #1.6:1.7
@@ -1,5 +1,4 @@
-#include <kurl.h>
 /* ============================================================
- * File   : plugin_miscsoperations.cpp
+ * File   : plugin_diroperations.cpp
  *
  * Authors: Gregory KOKANOSKY <gregory dot kokanosky at free.fr>
@@ -8,9 +7,5 @@
  * Date   : 01/2004
  *
- * Description : Miscs operations plugin parts for Digikam
- *               - KDE Gamma correction call.
- *               - Images to KDE desktop.
- *               - Tip of day.
- *               - Open Album in Konqueror/Nautilus
+ * Description : Open Album in Konqueror/Nautilus
  *
  * Copyright 2004 by Gregory KOKANOSKY and Gilles CAULIER
@@ -40,4 +35,5 @@
  #include <kmessagebox.h>
  #include <ktextbrowser.h>
+ #include <kurl.h>
 
 // Local includes

--- kdeextragear-libs-1/kipi-plugins/diroperations/plugin_diroperations.h  #1.3:1.4
@@ -1,4 +1,4 @@
-/* ============================================================
- * File   : plugin_miscsoperations.h
+/* ===========================================================
+ * File   : plugin_diroperation.h
  *
  * Authors: Gregory KOKANOSKY <gregory dot kokanosky at free.fr>
@@ -7,9 +7,5 @@
  * Date   : 01/2004
  *
- * Description : Miscs operations plugin parts for Digikam
- *               - KDE Gamma correction call.
- *               - Images to KDE desktop.
- *               - Tip of day.
- *               - Open Album in Konqueror/Nautilus
+ * Description : Open Album in Konqueror/Nautilus
  *
  * Copyright 2004 by Gregory KOKANOSKY and Gilles CAULIER
@@ -28,6 +24,6 @@
  * ============================================================ */
 
-  #ifndef PLUGIN_IMAGES2DESKTOP_H
-  #define PLUGIN_IMAGES2DESKTOP_H
+  #ifndef PLUGIN_DIROPERATION_H
+  #define PLUGIN_DIROPERATION_H
 
   // Include files for KDE
@@ -68,3 +64,3 @@
   };
 
-  #endif // PLUGIN_IMAGES2DESKTOP_H
+  #endif // PLUGIN_DIROPERATION_H




More information about the Kde-imaging mailing list