diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:14 +0900 |
| commit | c322141e5ad478b3da9dfb1e3ec6bdf04932d10c (patch) | |
| tree | ca319b81da28696398d530d66e5e6a3c13e00271 /libtdeedu/tdeeduplot/kplotobject.h | |
| parent | 9af65c91bedfb16b9b5428ff802326e632b53ba8 (diff) | |
| download | tdeedu-c322141e5ad478b3da9dfb1e3ec6bdf04932d10c.tar.gz tdeedu-c322141e5ad478b3da9dfb1e3ec6bdf04932d10c.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdeedu/tdeeduplot/kplotobject.h')
| -rw-r--r-- | libtdeedu/tdeeduplot/kplotobject.h | 6 |
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 |
