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

List:       kde-commits
Subject:    koffice/lib/kofficeui
From:       Laurent Montel <montel () kde ! org>
Date:       2005-01-22 15:18:10
Message-ID: 20050122151810.4588D1D023 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Other fix for kivio


  M +2 -2      kolinestyleaction.h   1.5
  M +2 -2      kotooldockbase.h   1.4
  M +2 -2      kotooldockmanager.h   1.2
  M +2 -2      kotooldockmovemanager.h   1.3
  M +4 -4      tkaction.h   1.5


--- koffice/lib/kofficeui/kolinestyleaction.h  #1.4:1.5
@@ -22,7 +22,7 @@
 
 #include "koselectaction.h"
-
+#include <koffice_export.h>
 /** A line style selection action */
-class KoLineStyleAction : public KoSelectAction
+class KOFFICEUI_EXPORT KoLineStyleAction : public KoSelectAction
 {
   Q_OBJECT

--- koffice/lib/kofficeui/kotooldockbase.h  #1.3:1.4
@@ -23,5 +23,5 @@
 #include <qframe.h>
 #include <qtimer.h>
-
+#include <koffice_export.h>
 class QGridLayout;
 class QTabWidget;
@@ -229,5 +229,5 @@ private:
  *   * Make it possible to drag dockers outside the parent view.
  */
-class KoToolDockBase : public QWidget
+class KOFFICEUI_EXPORT KoToolDockBase : public QWidget
 {
 

--- koffice/lib/kofficeui/kotooldockmanager.h  #1.1:1.2
@@ -24,5 +24,5 @@
 #include <qptrlist.h>
 #include <qtimer.h>
-
+#include <koffice_export.h>
 class KoToolDockBase;
 class KoTabbedToolDock;
@@ -31,5 +31,5 @@ class KoTabbedToolDock;
  * Manager class for a collection of floating palette-like dockers.
  */
-class KoToolDockManager : public QObject
+class KOFFICEUI_EXPORT KoToolDockManager : public QObject
 {
 

--- koffice/lib/kofficeui/kotooldockmovemanager.h  #1.2:1.3
@@ -27,5 +27,5 @@
 #include <X11/Xutil.h>
 #endif
-
+#include <koffice_export.h>
 class QTimer;
 class QWidget;
@@ -36,5 +36,5 @@ class QWidget;
  * can manage, such as the Kivio stencil bar.
  */
-class KoToolDockMoveManager: public QObject
+class KOFFICEUI_EXPORT KoToolDockMoveManager: public QObject
 {
     Q_OBJECT

--- koffice/lib/kofficeui/tkaction.h  #1.4:1.5
@@ -22,5 +22,5 @@
 #include <kaction.h>
 #include <qstringlist.h>
-
+#include <koffice_export.h>
 namespace TK {
   enum IconMode { IconOnly, IconAndText, TextOnly };
@@ -30,5 +30,5 @@ class TKToolBarButton;
 class TKComboBox;
 
-class TKAction : public KAction
+class KOFFICEUI_EXPORT TKAction : public KAction
 { Q_OBJECT
 public:
@@ -58,5 +58,5 @@ private:
 };
 /******************************************************************************/
-class TKBaseSelectAction : public TKAction
+class KOFFICEUI_EXPORT TKBaseSelectAction : public TKAction
 { Q_OBJECT
 friend class TKSelectAction;
@@ -92,5 +92,5 @@ private:
 };
 /******************************************************************************/
-class TKSelectAction : public TKBaseSelectAction
+class KOFFICEUI_EXPORT TKSelectAction : public TKBaseSelectAction
 { Q_OBJECT
 public:


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

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