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

List:       kde-commits
Subject:    extragear/graphics/digikam
From:       İsmail Dönmez <ismail () kde ! org ! tr>
Date:       2005-07-10 10:30:38
Message-ID: 1120991438.869292.373.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 433290 by cartman:

Make it compile. Mostly visibility fixes


 M  +2 -1      digikam/albumdb.h  
 M  +3 -1      digikam/albummanager.h  
 M  +3 -0      digikam/iconitem.h  
 M  +3 -1      digikam/scanlib.h  
 M  +3 -1      digikam/upgradedb_sqlite2tosqlite3.h  
 M  +4 -1      libs/widgets/imagepannelwidget.h  
 M  +5 -1      libs/widgets/imageselectionwidget.h  


--- trunk/extragear/graphics/digikam/digikam/albumdb.h #433289:433290
@@ -29,6 +29,7 @@
 #include <qdatetime.h>
 #include <kurl.h>
 #include "albuminfo.h"
+#include "digikam_export.h"
 
 typedef struct sqlite3 sqleet3; // hehe.
 
@@ -39,7 +40,7 @@
  * This class is responsible for the communication
  * with the sqlite database.
  */
-class AlbumDB
+class DIGIKAM_EXPORT AlbumDB
 {
 public:
 
--- trunk/extragear/graphics/digikam/digikam/albummanager.h #433289:433290
@@ -29,6 +29,8 @@
 
 #include <kurl.h>
 
+#include "digikam_export.h"
+
 class Album;
 class PAlbum;
 class TAlbum;
@@ -64,7 +66,7 @@
  * updating icons and moving Albums.
  *
  */
-class AlbumManager : public QObject
+class DIGIKAM_EXPORT AlbumManager : public QObject
 {
     Q_OBJECT
 
--- trunk/extragear/graphics/digikam/digikam/iconitem.h #433289:433290
@@ -21,6 +21,9 @@
 #include <qrect.h>
 #include <qstring.h>
 
+class IconGroupItem;
+class IconView;
+
 class IconItem
 {
     friend class IconView;
--- trunk/extragear/graphics/digikam/digikam/scanlib.h #433289:433290
@@ -28,6 +28,8 @@
 #include <qstring.h>
 #include <qmap.h>
 
+#include "digikam_export.h"
+
 /** @file scanlib.h */
 
 /** 
@@ -40,7 +42,7 @@
  * make sure to add the file to the database and insert the date and
  * comments.
  */
-class ScanLib
+class DIGIKAM_EXPORT ScanLib
 {
 public:
     /** 
--- trunk/extragear/graphics/digikam/digikam/upgradedb_sqlite2tosqlite3.h #433289:433290
@@ -18,9 +18,11 @@
 #ifndef UPGRADEDB_SQLITE2TOSQLITE3_H
 #define UPGRADEDB_SQLITE2TOSQLITE3_H
 
+#include "digikam_export.h"
+
 class QString;
 
-extern bool upgradeDB_Sqlite2ToSqlite3(const QString& libraryPath);
+extern bool DIGIKAM_EXPORT upgradeDB_Sqlite2ToSqlite3(const QString& libraryPath);
 
 
 #endif /* UPGRADEDB_SQLITE2TOSQLITE3_H */
--- trunk/extragear/graphics/digikam/libs/widgets/imagepannelwidget.h #433289:433290
@@ -28,6 +28,9 @@
 #include <qrect.h>
 #include <qlayout.h>
 
+// Local includes
+#include "digikam_export.h"
+
 class QCheckBox;
 
 class KProgress;
@@ -38,7 +41,7 @@
 class ImageRegionWidget;
 class ImagePanIconWidget;
 
-class ImagePannelWidget : public QWidget
+class DIGIKAM_EXPORT ImagePannelWidget : public QWidget
 {
 Q_OBJECT
 
--- trunk/extragear/graphics/digikam/libs/widgets/imageselectionwidget.h #433289:433290
@@ -27,6 +27,10 @@
 #include <qrect.h>
 #include <qcolor.h>
 
+// Local includes
+
+#include "digikam_export.h"
+
 class QPixmap;
 class QTimer;
 
@@ -35,7 +39,7 @@
 
 class ImageIface;
 
-class ImageSelectionWidget : public QWidget
+class DIGIKAM_EXPORT ImageSelectionWidget : public QWidget
 {
 Q_OBJECT
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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