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

List:       kde-commits
Subject:    kdebase/kate/interfaces
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-12-05 23:56:01
Message-ID: 20041205235601.F123C18DEB () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

fix export's


  M +1 -1      documentmanager.h   1.14
  M +3 -1      pluginconfiginterface.h   1.5
  M +2 -2      pluginconfiginterfaceextension.h   1.6
  M +2 -2      pluginmanager.h   1.8
  M +3 -1      project.h   1.34
  M +1 -1      projectiface.h   1.3
  M +1 -1      projectmanager.h   1.15
  M +1 -1      toolviewmanager.h   1.14


--- kdebase/kate/interfaces/documentmanager.h  #1.13:1.14
@@ -27,5 +27,5 @@ namespace Kate
 /** This interface provides access to the Kate Document Manager.
 */
-class DocumentManager : public QObject
+class KDE_EXPORT DocumentManager : public QObject
 {
   friend class PrivateDocumentManager;

--- kdebase/kate/interfaces/pluginconfiginterface.h  #1.4:1.5
@@ -20,4 +20,6 @@
 #define __kate_pluginconfiginterface_h__
 
+#include <kdemacros.h>
+
 namespace Kate
 {
@@ -26,5 +28,5 @@ namespace Kate
 *  This is an interface for the KTextEditor::Document/Plugin/ViewPlugin classes !!!
 */
-class PluginConfigInterface
+class KDE_EXPORT PluginConfigInterface
 {
   friend class PrivatePluginConfigInterface;

--- kdebase/kate/interfaces/pluginconfiginterfaceextension.h  #1.5:1.6
@@ -27,5 +27,5 @@ namespace Kate
 {
 
-class PluginConfigPage : public QWidget
+class KDE_EXPORT PluginConfigPage : public QWidget
 {
   Q_OBJECT
@@ -61,5 +61,5 @@ class PluginConfigPage : public QWidget
 *  This is an interface for the KTextEditor::Document/Plugin/ViewPlugin classes !!!
 */
-class PluginConfigInterfaceExtension
+class KDE_EXPORT PluginConfigInterfaceExtension
 {
   friend class PrivatePluginConfigInterfaceExtension;

--- kdebase/kate/interfaces/pluginmanager.h  #1.7:1.8
@@ -28,5 +28,5 @@ namespace Kate
 /** This interface provides access to the Kate Plugin Manager.
 */
-class PluginManager : public QObject
+class KDE_EXPORT PluginManager : public QObject
 {
   friend class PrivatePluginManager;
@@ -66,5 +66,5 @@ class PluginManager : public QObject
 };
 
-class InitPluginManager : public QObject
+class KDE_EXPORT InitPluginManager : public QObject
 {
   friend class PrivateInitPluginManager;

--- kdebase/kate/interfaces/project.h  #1.33:1.34
@@ -23,4 +23,6 @@
 #include <qstringlist.h>
 
+#include <kdemacros.h>
+
 class KConfig;
 class DCOPObject;
@@ -34,5 +36,5 @@ namespace Kate
  * Interface to the project
  */
-class Project : public QObject
+class KDE_EXPORT Project : public QObject
 {
   friend class PrivateProject;

--- kdebase/kate/interfaces/projectiface.h  #1.2:1.3
@@ -29,5 +29,5 @@ namespace Kate
 }
 
-class KateProjectDCOPIface : public DCOPObject
+class KDE_EXPORT KateProjectDCOPIface : public DCOPObject
 {
   K_DCOP

--- kdebase/kate/interfaces/projectmanager.h  #1.14:1.15
@@ -31,5 +31,5 @@ class Project;
  * Interface to the projectmanager
  */
-class ProjectManager : public QObject
+class KDE_EXPORT ProjectManager : public QObject
 {
   friend class PrivateProjectManager;

--- kdebase/kate/interfaces/toolviewmanager.h  #1.13:1.14
@@ -34,5 +34,5 @@ namespace Kate
   Interface to the toolviewmanager
  */
-class ToolViewManager : public QObject
+class KDE_EXPORT ToolViewManager : public QObject
 {
   friend class PrivateToolViewManager;


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

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