summaryrefslogtreecommitdiffstats
path: root/tdeui/tdetoolbarbutton.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-14 12:36:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-14 17:38:14 +0900
commitf23f0ef919ad50e7ac02f1a965a424d1ed720237 (patch)
tree017c05041a88d9266805d44dcd5a6320bc9810be /tdeui/tdetoolbarbutton.h
parentcce9e894e0830062c147b9e039e61adc9cea5a66 (diff)
downloadtdelibs-f23f0ef919ad50e7ac02f1a965a424d1ed720237.tar.gz
tdelibs-f23f0ef919ad50e7ac02f1a965a424d1ed720237.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
Diffstat (limited to 'tdeui/tdetoolbarbutton.h')
-rw-r--r--tdeui/tdetoolbarbutton.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdeui/tdetoolbarbutton.h b/tdeui/tdetoolbarbutton.h
index 0c2d65fb4..a7b1addf9 100644
--- a/tdeui/tdetoolbarbutton.h
+++ b/tdeui/tdetoolbarbutton.h
@@ -101,7 +101,7 @@ public:
* @param pixmap The active pixmap
*/
// this one is from TQButton, so #ifdef-ing it out doesn't break BC
- virtual void setPixmap(const TQPixmap &pixmap) KDE_DEPRECATED;
+ virtual void setPixmap(const TQPixmap &pixmap) TDE_DEPRECATED;
/**
* @deprecated
@@ -110,7 +110,7 @@ public:
*
* @param pixmap The pixmap to use as the default (normal) one
*/
- void setDefaultPixmap(const TQPixmap& pixmap) KDE_DEPRECATED;
+ void setDefaultPixmap(const TQPixmap& pixmap) TDE_DEPRECATED;
/**
* @deprecated
@@ -119,7 +119,7 @@ public:
*
* @param pixmap The pixmap to use when disabled
*/
- void setDisabledPixmap(const TQPixmap& pixmap) KDE_DEPRECATED;
+ void setDisabledPixmap(const TQPixmap& pixmap) TDE_DEPRECATED;
#endif
/**
@@ -162,7 +162,7 @@ public:
* @param generate If true, then the other icons are automagically
* generated from this one
*/
- KDE_DEPRECATED void setIcon(const TQString &icon, bool generate ) { Q_UNUSED(generate); setIcon( icon ); }
+ TDE_DEPRECATED void setIcon(const TQString &icon, bool generate ) { Q_UNUSED(generate); setIcon( icon ); }
/**
* @deprecated
@@ -171,7 +171,7 @@ public:
*
* @param icon The icon to use as the default (normal) one
*/
- void setDefaultIcon(const TQString& icon) KDE_DEPRECATED;
+ void setDefaultIcon(const TQString& icon) TDE_DEPRECATED;
/**
* @deprecated
@@ -180,7 +180,7 @@ public:
*
* @param icon The icon to use when disabled
*/
- void setDisabledIcon(const TQString& icon) KDE_DEPRECATED;
+ void setDisabledIcon(const TQString& icon) TDE_DEPRECATED;
#endif
/**