summaryrefslogtreecommitdiffstats
path: root/tdeui/tdetoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tdetoolbar.h')
-rw-r--r--tdeui/tdetoolbar.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tdeui/tdetoolbar.h b/tdeui/tdetoolbar.h
index 919af5cfe..c2b9d865b 100644
--- a/tdeui/tdetoolbar.h
+++ b/tdeui/tdetoolbar.h
@@ -733,7 +733,7 @@ public:
* Enable or disable moving of toolbar.
* @deprecated use setMovingEnabled(bool) instead.
*/
- void enableMoving(bool flag = true) KDE_DEPRECATED;
+ void enableMoving(bool flag = true) TDE_DEPRECATED;
/**
* Set position of toolbar.
@@ -755,13 +755,13 @@ public:
* @see BarStatus
* @deprecated
*/
- bool enable(BarStatus stat) KDE_DEPRECATED;
+ bool enable(BarStatus stat) TDE_DEPRECATED;
/**
* Use setMaximumHeight() instead.
* @deprecated
*/
- void setMaxHeight (int h) KDE_DEPRECATED; // Set max height for vertical toolbars
+ void setMaxHeight (int h) TDE_DEPRECATED; // Set max height for vertical toolbars
/**
* Returns the value set with setMaxHeight().
@@ -769,14 +769,14 @@ public:
* Use maximumHeight() instead.
* @return the value set with setMaxHeight().
*/
- int maxHeight() KDE_DEPRECATED;
+ int maxHeight() TDE_DEPRECATED;
/**
* Use setMaximumWidth() instead.
* Set maximal width of horizontal (top or bottom) toolbar.
* @deprecated
*/
- void setMaxWidth (int dw) KDE_DEPRECATED;
+ void setMaxWidth (int dw) TDE_DEPRECATED;
/**
* Returns the value set with setMaxWidth().
@@ -784,7 +784,7 @@ public:
* @return the value set with setMaxWidth().
* @deprecated
*/
- int maxWidth() KDE_DEPRECATED;
+ int maxWidth() TDE_DEPRECATED;
/**
* Set title for toolbar when it floats.
@@ -798,7 +798,7 @@ public:
* Use setMovingEnabled(bool) instead.
* @deprecated
*/
- void enableFloating (bool flag) KDE_DEPRECATED;
+ void enableFloating (bool flag) TDE_DEPRECATED;
/**
* Set the kind of painting for buttons.