diff options
Diffstat (limited to 'tdehtml/rendering')
-rw-r--r-- | tdehtml/rendering/render_layer.h | 6 | ||||
-rw-r--r-- | tdehtml/rendering/render_replaced.h | 2 | ||||
-rw-r--r-- | tdehtml/rendering/render_style.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tdehtml/rendering/render_layer.h b/tdehtml/rendering/render_layer.h index 9c73eb0bb..2854f2c87 100644 --- a/tdehtml/rendering/render_layer.h +++ b/tdehtml/rendering/render_layer.h @@ -241,7 +241,7 @@ public: // paints the layers that intersect the damage rect from back to // front. The nodeAtPoint method looks for mouse events by walking // layers that intersect the point from front to back. - KDE_EXPORT void paint(TQPainter *p, const TQRect& damageRect, bool selectionOnly=false); + TDE_EXPORT void paint(TQPainter *p, const TQRect& damageRect, bool selectionOnly=false); bool nodeAtPoint(RenderObject::NodeInfo& info, int x, int y); // This method figures out our layerBounds in coordinates relative to @@ -260,7 +260,7 @@ public: void detach(RenderArena* renderArena); #ifdef ENABLE_DUMP - KDE_EXPORT void dump(TQTextStream &stream, const TQString &ind = TQString::null); + TDE_EXPORT void dump(TQTextStream &stream, const TQString &ind = TQString::null); #endif // Overloaded new operator. Derived classes must override operator new @@ -283,7 +283,7 @@ private: void collectLayers(TQPtrVector<RenderLayer>*&, TQPtrVector<RenderLayer>*&); - KDE_EXPORT void paintLayer(RenderLayer* rootLayer, TQPainter *p, const TQRect& paintDirtyRect, bool selectionOnly=false); + TDE_EXPORT void paintLayer(RenderLayer* rootLayer, TQPainter *p, const TQRect& paintDirtyRect, bool selectionOnly=false); RenderLayer* nodeAtPointForLayer(RenderLayer* rootLayer, RenderObject::NodeInfo& info, int x, int y, const TQRect& hitTestRect); bool shouldBeOverflowOnly() const; diff --git a/tdehtml/rendering/render_replaced.h b/tdehtml/rendering/render_replaced.h index 7a5ec5353..24617e0ca 100644 --- a/tdehtml/rendering/render_replaced.h +++ b/tdehtml/rendering/render_replaced.h @@ -115,7 +115,7 @@ public: #endif // for ECMA to flush all pending resizes - KDE_EXPORT static void flushWidgetResizes(); + TDE_EXPORT static void flushWidgetResizes(); public slots: void slotWidgetDestructed(); diff --git a/tdehtml/rendering/render_style.h b/tdehtml/rendering/render_style.h index 90aef33df..fbf62a161 100644 --- a/tdehtml/rendering/render_style.h +++ b/tdehtml/rendering/render_style.h @@ -843,7 +843,7 @@ class RenderStyle : public Shared<RenderStyle> { friend class CSSStyleSelector; public: - KDE_EXPORT static void cleanup(); + TDE_EXPORT static void cleanup(); // pseudo elements enum PseudoId { |