diff options
Diffstat (limited to 'tdehtml/rendering/render_style.h')
-rw-r--r-- | tdehtml/rendering/render_style.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/rendering/render_style.h b/tdehtml/rendering/render_style.h index 28b6b999d..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 { @@ -1450,7 +1450,7 @@ public: static short initialBorderHorizontalSpacing() { return 0; } static short initialBorderVerticalSpacing() { return 0; } static ECursor initialCursor() { return CURSOR_AUTO; } - static TQColor initialColor() { return Qt::black; } + static TQColor initialColor() { return TQt::black; } static CachedImage* initialBackgroundImage() { return 0; } static CachedImage* initialListStyleImage() { return 0; } static unsigned short initialBorderWidth() { return 3; } |