summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/css_value.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
commit7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch)
treed977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/dom/css_value.h
parent72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff)
downloadtdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz
tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/dom/css_value.h')
-rw-r--r--tdehtml/dom/css_value.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tdehtml/dom/css_value.h b/tdehtml/dom/css_value.h
index 5d4a043c7..e2028feac 100644
--- a/tdehtml/dom/css_value.h
+++ b/tdehtml/dom/css_value.h
@@ -57,7 +57,7 @@ class CSSValue;
* interface.
*
*/
-class KHTML_EXPORT CSSStyleDeclaration
+class TDEHTML_EXPORT CSSStyleDeclaration
{
public:
CSSStyleDeclaration();
@@ -240,7 +240,7 @@ class CSSValueImpl;
* complexe value.
*
*/
-class KHTML_EXPORT CSSValue
+class TDEHTML_EXPORT CSSValue
{
public:
CSSValue();
@@ -313,7 +313,7 @@ class CSSValue;
* of an ordered collection of CSS values.
*
*/
-class KHTML_EXPORT CSSValueList : public CSSValue
+class TDEHTML_EXPORT CSSValueList : public CSSValue
{
public:
CSSValueList();
@@ -370,7 +370,7 @@ class Rect;
* \c CSSStyleDeclaration interface.
*
*/
-class KHTML_EXPORT CSSPrimitiveValue : public CSSValue
+class TDEHTML_EXPORT CSSPrimitiveValue : public CSSValue
{
public:
CSSPrimitiveValue();
@@ -588,7 +588,7 @@ public:
* interface modify the style property.
*
*/
-class KHTML_EXPORT RGBColor
+class TDEHTML_EXPORT RGBColor
{
public:
RGBColor();
@@ -639,7 +639,7 @@ class RectImpl;
* interface modify the style property.
*
*/
-class KHTML_EXPORT Rect
+class TDEHTML_EXPORT Rect
{
friend class CSSPrimitiveValue;
public:
@@ -696,7 +696,7 @@ class CounterImpl;
* made through this interface modify the style property.
*
*/
-class KHTML_EXPORT Counter
+class TDEHTML_EXPORT Counter
{
friend class CSSPrimitiveValue;
public: