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

List:       kde-commits
Subject:    KDE/kdegraphics/ligature/shell
From:       Laurent Montel <montel () kde ! org>
Date:       2006-11-29 18:44:42
Message-ID: 1164825882.398284.29341.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 609195 by mlaurent:

Fix export (fix compile under windows)


 M  +1 -1      ligaturePluginGUI.h  
 M  +10 -0     ligature_export.h  
 M  +1 -1      renderedDocumentPagePrinter.h  
 M  +1 -1      simplePageSize.h  


--- trunk/KDE/kdegraphics/ligature/shell/ligaturePluginGUI.h #609194:609195
@@ -24,7 +24,7 @@
  */
 
 // TODO remove virtual inheritance for KDE 4. It's the reason for the strange DCOPObject construction
-class LIGATURECORE_EXPORT ligaturePluginGUI : public KParts::Plugin, public DataView
+class LIGATUREPLUGINGUI_EXPORT ligaturePluginGUI : public KParts::Plugin, public DataView
 {
   Q_OBJECT
 
--- trunk/KDE/kdegraphics/ligature/shell/ligature_export.h #609194:609195
@@ -35,8 +35,18 @@
 # endif
 #endif
 
+#ifndef LIGATUREPLUGINGUI_EXPORT
+# ifdef MAKE_LIGATUREPLUGINGUI_LIB
+#  define LIGATUREPLUGINGUI_EXPORT KDE_EXPORT
+# else
+#  define LIGATUREPLUGINGUI_EXPORT KDE_IMPORT
+# endif
+#endif
+
+
 #else
 /* export statements for unix */
 #define LIGATURECORE_EXPORT KDE_EXPORT
+#define LIGATUREPLUGINGUI_EXPORT KDE_EXPORT
 #endif
 #endif
--- trunk/KDE/kdegraphics/ligature/shell/renderedDocumentPagePrinter.h #609194:609195
@@ -19,7 +19,7 @@
 class KPrinter;
 
 
-class LIGATURECORE_EXPORT RenderedDocumentPagePrinter: public RenderedDocumentPage
+class LIGATUREPLUGINGUI_EXPORT RenderedDocumentPagePrinter: public RenderedDocumentPage
 {
 public:
   RenderedDocumentPagePrinter(KPrinter *kp);
--- trunk/KDE/kdegraphics/ligature/shell/simplePageSize.h #609194:609195
@@ -34,7 +34,7 @@
 @version 1.0 0
 */
 
-class KDE_EXPORT SimplePageSize
+class LIGATUREPLUGINGUI_EXPORT SimplePageSize
 {
  public:
   /** Constructs an invalid SimplePageSize, with size 0x0mm */
[prev in list] [next in list] [prev in thread] [next in thread] 

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