summaryrefslogtreecommitdiffstats
path: root/libtdeedu/tdeeduplot/kplotobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdeedu/tdeeduplot/kplotobject.h')
-rw-r--r--libtdeedu/tdeeduplot/kplotobject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdeedu/tdeeduplot/kplotobject.h b/libtdeedu/tdeeduplot/kplotobject.h
index f1074cb6..a38d4be7 100644
--- a/libtdeedu/tdeeduplot/kplotobject.h
+++ b/libtdeedu/tdeeduplot/kplotobject.h
@@ -29,7 +29,7 @@ class TQPainter;
*@author Jason Harris
*@version 1.0
*/
-class KDE_EXPORT DRect {
+class TDE_EXPORT DRect {
public:
DRect() { DRect( 0.0, 0.0, 1.0, 1.0 ); }
DRect( double x, double y, double w, double h ) { X = x; Y = y; W = w; H = h; }
@@ -56,7 +56,7 @@ private:
*@author Jason Harris
*@version 1.0
*/
-class KDE_EXPORT DPoint {
+class TDE_EXPORT DPoint {
public:
DPoint() { DPoint( 0.0, 0.0 ); }
DPoint( double x, double y ) { setX( x ); setY( y ); }
@@ -87,7 +87,7 @@ private:
*about the object's appearance, depending on its type. There is a draw function
*for plotting the object on a KPlotWidget's TQPainter.
*/
-class KDE_EXPORT KPlotObject{
+class TDE_EXPORT KPlotObject{
public:
/**@enum PTYPE
*The Type classification of the KPlotObject