summaryrefslogtreecommitdiffstats
path: root/extra/kde350
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:41:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:41:52 +0900
commit189e8d30b93c6030f8ee6171d46a865ead099181 (patch)
tree8d1a3ea047d60c283fe1268ac43a6d0725e8e2d3 /extra/kde350
parent1609f6e1fc40aff9e74eec48e4b69fff5eaae28c (diff)
downloadpytde-189e8d30b93c6030f8ee6171d46a865ead099181.tar.gz
pytde-189e8d30b93c6030f8ee6171d46a865ead099181.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'extra/kde350')
-rw-r--r--extra/kde350/kurifilter.h2
-rw-r--r--extra/kde350/tdetoolbarbutton.h12
2 files changed, 7 insertions, 7 deletions
diff --git a/extra/kde350/kurifilter.h b/extra/kde350/kurifilter.h
index 682b72a..28bc6a8 100644
--- a/extra/kde350/kurifilter.h
+++ b/extra/kde350/kurifilter.h
@@ -141,7 +141,7 @@ public:
*
* @deprecated
*/
- KDE_DEPRECATED bool hasBeenFiltered() const { return true; }
+ TDE_DEPRECATED bool hasBeenFiltered() const { return true; }
/**
* Returns the filtered or the original URL.
diff --git a/extra/kde350/tdetoolbarbutton.h b/extra/kde350/tdetoolbarbutton.h
index 024b921..52d2c5f 100644
--- a/extra/kde350/tdetoolbarbutton.h
+++ b/extra/kde350/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
/**