]> Git trees. - libqmvoc.git/commitdiff
these need to be exported, too
authorPino Toscano <pino@kde.org>
Thu, 11 May 2006 22:25:12 +0000 (22:25 +0000)
committerPino Toscano <pino@kde.org>
Thu, 11 May 2006 22:25:12 +0000 (22:25 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539878

libscience/moleculeparser.h

index 08a11f3260a15d51461560728d6b1d6846df6fe6..fe45fe220eb6d14787eb6b9be402670844680fee 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef MOLECULEPARSER_H
 #define MOLECULEPARSER_H
 
+#include <libkdeedu_science_export.h>
+
 #include "element.h"
 #include "parser.h"
 
@@ -25,7 +27,7 @@
  * @class ElementCount
  * @author Inge Wallin
  */
-class ElementCount 
+class EDUSCIENCE_EXPORT ElementCount 
 {
        public:
                /**
@@ -86,7 +88,7 @@ class ElementCount
  * @class ElementCountMap
  * @author Inge Wallin
  */
-class ElementCountMap 
+class EDUSCIENCE_EXPORT ElementCountMap 
 {
        public:
                /**
@@ -173,7 +175,7 @@ class ElementCountMap
  *
  * @author Inge Wallin
  */
-class MoleculeParser : public Parser {
+class EDUSCIENCE_EXPORT MoleculeParser : public Parser {
 
 public:
        /**