[Kst] extragear/graphics/kst/kst
    Ted Kisner 
    tskisner.public at gmail.com
       
    Sat Oct 29 06:20:45 CEST 2005
    
    
  
SVN commit 475393 by tskisner:
Export timezone classes to KST namespace instead of KDECORE.  Kst now compiles for me on KDE 3.3.2.  Somebody please double check that this change is correct.
 M  +5 -4      ksttimezones.h  
--- trunk/extragear/graphics/kst/kst/ksttimezones.h #475392:475393
@@ -25,6 +25,7 @@
 #include <qmap.h>
 #include <qstring.h>
 #include <ksharedptr.h>
+#include <kst_export.h>
 class KstTimezoneDetails;
 class KstTimezoneDetailsPrivate;
 class KstTimezonePrivate;
@@ -46,7 +47,7 @@
  * @since 3.5
  * @author S.R.Haque <srhaque at iee.org>.
  */
-class KDECORE_EXPORT KstTimezoneSource :
+class KST_EXPORT KstTimezoneSource :
     public KShared
 {
 public:
@@ -80,7 +81,7 @@
  * @since 3.5
  * @author S.R.Haque <srhaque at iee.org>.
  */
-class KDECORE_EXPORT KstTimezone
+class KST_EXPORT KstTimezone
 {
 public:
     /**
@@ -217,7 +218,7 @@
  * @since 3.5
  * @author S.R.Haque <srhaque at iee.org>.
  */
-class KDECORE_EXPORT KstTimezoneDetails
+class KST_EXPORT KstTimezoneDetails
 {
 public:
     KstTimezoneDetails();
@@ -288,7 +289,7 @@
  * @since 3.5
  * @author S.R.Haque <srhaque at iee.org>.
  */
-class KDECORE_EXPORT KstTimezones
+class KST_EXPORT KstTimezones
 {
 public:
     KstTimezones();
    
    
More information about the Kst
mailing list