diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:41:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:51:06 +0900 |
commit | 45cb24c9e7c91929abc0556cf35b2ea49644309a (patch) | |
tree | c822c9e5583a19ba4626a8a175fcf89e122fbbbb /extra/kde341/tdetoolbarbutton.h | |
parent | 3f2e6e148076710895d3e0b7f12e5d6ff5cf53e0 (diff) | |
download | pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.tar.gz pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 189e8d30b93c6030f8ee6171d46a865ead099181)
Diffstat (limited to 'extra/kde341/tdetoolbarbutton.h')
-rw-r--r-- | extra/kde341/tdetoolbarbutton.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/kde341/tdetoolbarbutton.h b/extra/kde341/tdetoolbarbutton.h index 1e6246c..bcca769 100644 --- a/extra/kde341/tdetoolbarbutton.h +++ b/extra/kde341/tdetoolbarbutton.h @@ -100,7 +100,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 @@ -109,7 +109,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 @@ -118,7 +118,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 /** @@ -161,7 +161,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 @@ -170,7 +170,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 @@ -179,7 +179,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 /** |