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

List:       kde-commits
Subject:    kdepim/kpilot
From:       Laurent Montel <montel () kde ! org>
Date:       2005-01-12 15:17:24
Message-ID: 20050112151724.392391CEB0 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Fix export


  M +1 -1      kpilot/kpilotConfigDialog.h   1.12
  M +1 -1      lib/kpilotlink.h   1.35
  M +4 -4      lib/options.h   1.61
  M +1 -1      lib/pilotAddress.h   1.10
  M +1 -1      lib/pilotAppCategory.h   1.22
  M +1 -1      lib/pilotDatabase.h   1.22
  M +1 -1      lib/pilotDateEntry.h   1.17
  M +1 -1      lib/pilotLocalDatabase.h   1.34
  M +1 -1      lib/pilotMemo.h   1.11
  M +1 -1      lib/pilotRecord.h   1.18
  M +1 -1      lib/pilotSerialDatabase.h   1.18
  M +1 -1      lib/pilotTodoEntry.h   1.14
  M +3 -3      lib/plugin.h   1.32
  M +1 -1      lib/syncAction.h   1.27
  M +1 -1      lib/uiDialog.h   1.11


--- kdepim/kpilot/kpilot/kpilotConfigDialog.h  #1.11:1.12
@@ -75,5 +75,5 @@ private:
 
 
-class SyncConfigPage : public ConfigPage
+class KDE_EXPORT SyncConfigPage : public ConfigPage
 {
 public:

--- kdepim/kpilot/lib/kpilotlink.h  #1.34:1.35
@@ -86,5 +86,5 @@ struct db
 
 
-class KPilotDeviceLink : public QObject
+class KDE_EXPORT KPilotDeviceLink : public QObject
 {
 friend class SyncAction;

--- kdepim/kpilot/lib/options.h  #1.60:1.61
@@ -101,5 +101,5 @@
 
 
-extern int debug_level;
+extern KDE_EXPORT int debug_level;
 
 #ifdef DEBUG
@@ -196,10 +196,10 @@ QString rtExpand(const QString &s, bool 
  * Convert a struct tm from the pilot-link package to a QDateTime
  */
-QDateTime readTm(const struct tm &t);
+KDE_EXPORT QDateTime readTm(const struct tm &t);
 /**
  * Convert a QDateTime to a struct tm for use with the pilot-link package
  */
-struct tm writeTm(const QDateTime &dt);
-struct tm writeTm(const QDate &dt);
+KDE_EXPORT struct tm writeTm(const QDateTime &dt);
+KDE_EXPORT struct tm writeTm(const QDate &dt);
 
 

--- kdepim/kpilot/lib/pilotAddress.h  #1.9:1.10
@@ -80,5 +80,5 @@
  * Corporation.
  */
-class PilotAddress : public PilotAppCategory
+class KDE_EXPORT PilotAddress : public PilotAppCategory
 {
 public:

--- kdepim/kpilot/lib/pilotAppCategory.h  #1.21:1.22
@@ -45,5 +45,5 @@
 class QTextCodec;
 
-class PilotAppCategory
+class KDE_EXPORT PilotAppCategory
 {
 protected:                      // Use protected since we will be subclassed

--- kdepim/kpilot/lib/pilotDatabase.h  #1.21:1.22
@@ -66,5 +66,5 @@
  */
 
-class PilotDatabase
+class KDE_EXPORT PilotDatabase
 {
 public:

--- kdepim/kpilot/lib/pilotDateEntry.h  #1.16:1.17
@@ -43,5 +43,5 @@
 
 
-class PilotDateEntry : public PilotAppCategory
+class KDE_EXPORT PilotDateEntry : public PilotAppCategory
 {
 public:

--- kdepim/kpilot/lib/pilotLocalDatabase.h  #1.33:1.34
@@ -36,5 +36,5 @@
 // #define SHADOW_LOCAL_DB (1)
 
-class PilotLocalDatabase : public PilotDatabase
+class KDE_EXPORT PilotLocalDatabase : public PilotDatabase
 {
 public:

--- kdepim/kpilot/lib/pilotMemo.h  #1.10:1.11
@@ -34,5 +34,5 @@
 
 
-class PilotMemo : public PilotAppCategory
+class KDE_EXPORT PilotMemo : public PilotAppCategory
 {
 public:

--- kdepim/kpilot/lib/pilotRecord.h  #1.17:1.18
@@ -42,5 +42,5 @@ struct pi_buffer_t;
 
 
-class PilotRecord
+class KDE_EXPORT PilotRecord
 {
 public:

--- kdepim/kpilot/lib/pilotSerialDatabase.h  #1.17:1.18
@@ -37,5 +37,5 @@
 
 
-class PilotSerialDatabase : public PilotDatabase
+class KDE_EXPORT PilotSerialDatabase : public PilotDatabase
 {
 public:

--- kdepim/kpilot/lib/pilotTodoEntry.h  #1.13:1.14
@@ -42,5 +42,5 @@
 
 
-class PilotTodoEntry : public PilotAppCategory
+class KDE_EXPORT PilotTodoEntry : public PilotAppCategory
 {
 public:

--- kdepim/kpilot/lib/plugin.h  #1.31:1.32
@@ -62,5 +62,5 @@ class KLibrary;
 */
 
-class ConduitConfigBase : public QObject
+class KDE_EXPORT ConduitConfigBase : public QObject
 {
 Q_OBJECT
@@ -133,5 +133,5 @@ protected:
 */
 
-class ConduitAction : public SyncAction
+class KDE_EXPORT ConduitAction : public SyncAction
 {
 Q_OBJECT
@@ -234,5 +234,5 @@ private:
 } ;
 
-class PluginUtility
+class KDE_EXPORT PluginUtility
 {
 public:

--- kdepim/kpilot/lib/syncAction.h  #1.26:1.27
@@ -44,5 +44,5 @@ class KPilotUser;
 class SyncAction;
 
-class SyncAction : public QObject
+class KDE_EXPORT SyncAction : public QObject
 {
 Q_OBJECT

--- kdepim/kpilot/lib/uiDialog.h  #1.10:1.11
@@ -38,5 +38,5 @@ class QPushButton;
 class KAboutData;
 
-class UIDialog : public KDialogBase
+class KDE_EXPORT UIDialog : public KDialogBase
 {
 Q_OBJECT


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

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