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

List:       kde-commits
Subject:    koffice/kpresenter
From:       Thorsten Zachmann <t.zachmann () zagge ! de>
Date:       2008-02-21 19:18:05
Message-ID: 1203621485.647731.32290.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 777850 by zachmann:

o fix compiling
  some classes needed to be exported and the includes fixed.


 M  +3 -1      part/pageeffects/KPrPageEffectFactory.h  
 M  +3 -1      part/pageeffects/KPrPageEffectRegistry.h  
 M  +3 -1      part/pageeffects/KPrPageEffectStrategy.h  
 M  +1 -1      plugins/pageeffects/matrixwipe/CMakeLists.txt  


--- trunk/koffice/kpresenter/part/pageeffects/KPrPageEffectFactory.h #777849:777850
@@ -23,10 +23,12 @@
 
 #include "KPrPageEffect.h"
 
+#include "kpresenter_export.h"
+
 /**
  * Base class for a page effect factories
  */
-class KPrPageEffectFactory
+class KPRESENTER_EXPORT KPrPageEffectFactory
 {
 public:
     struct Properties {
--- trunk/koffice/kpresenter/part/pageeffects/KPrPageEffectRegistry.h #777849:777850
@@ -22,11 +22,13 @@
 
 #include <KoGenericRegistry.h>
 
+#include "kpresenter_export.h"
+
 class KoXmlElement;
 class KPrPageEffect;
 class KPrPageEffectFactory;
 
-class KPrPageEffectRegistry : public KoGenericRegistry<KPrPageEffectFactory *>
+class KPRESENTER_EXPORT KPrPageEffectRegistry : public \
KoGenericRegistry<KPrPageEffectFactory *>  {
 public:
     class Singleton;
--- trunk/koffice/kpresenter/part/pageeffects/KPrPageEffectStrategy.h #777849:777850
@@ -22,7 +22,9 @@
 
 #include "KPrPageEffect.h"
 
-class KPrPageEffectStrategy
+#include "kpresenter_export.h"
+
+class KPRESENTER_EXPORT KPrPageEffectStrategy
 {
 public:
     /**
--- trunk/koffice/kpresenter/plugins/pageeffects/matrixwipe/CMakeLists.txt \
#777849:777850 @@ -1,4 +1,4 @@
-include_directories( ${KOMAIN_INCLUDES} ${FLAKE_INCLUDES} ${KOGUIUTILS_INCLUDES} \
${CMAKE_CURRENT_SOURCE_DIR}/../../../part/pageeffects ) +include_directories( \
${KOMAIN_INCLUDES} ${FLAKE_INCLUDES} ${KOGUIUTILS_INCLUDES} \
${CMAKE_SOURCE_DIR}/kpresenter/part ${CMAKE_SOURCE_DIR}/kpresenter/part/pageeffects ) \
  set(kpr_pageeffect_matrixwipe_SRCS
     Plugin.cpp


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

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