summaryrefslogtreecommitdiffstats
path: root/tdecore/netwm.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 /tdecore/netwm.h
parentcce9e894e0830062c147b9e039e61adc9cea5a66 (diff)
downloadtdelibs-f23f0ef9.tar.gz
tdelibs-f23f0ef9.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
Diffstat (limited to 'tdecore/netwm.h')
-rw-r--r--tdecore/netwm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/netwm.h b/tdecore/netwm.h
index 8baef6ea3..bdfa67a20 100644
--- a/tdecore/netwm.h
+++ b/tdecore/netwm.h
@@ -109,7 +109,7 @@ public:
to the first element of the properties array in the above constructor.
**/
NETRootInfo(Display *display, Window supportWindow, const char *wmName,
- unsigned long properties, int screen = -1, bool doActivate = true) KDE_DEPRECATED;
+ unsigned long properties, int screen = -1, bool doActivate = true) TDE_DEPRECATED;
/**
Clients should use this constructor to create a NETRootInfo object, which
@@ -258,7 +258,7 @@ public:
@see NET::Property
**/
- unsigned long supported() const KDE_DEPRECATED;
+ unsigned long supported() const TDE_DEPRECATED;
/**
Returns an array of Window id's, which contain all managed windows.
@@ -727,7 +727,7 @@ protected:
@param window the id of the window to activate
**/
- virtual KDE_DEPRECATED void changeActiveWindow(Window window) { Q_UNUSED(window); }
+ virtual TDE_DEPRECATED void changeActiveWindow(Window window) { Q_UNUSED(window); }
/**
A Window Manager should subclass NETRootInfo and reimplement this function
@@ -1029,7 +1029,7 @@ public:
@see NET::Property
**/
- unsigned long properties() const KDE_DEPRECATED;
+ unsigned long properties() const TDE_DEPRECATED;
/**
Returns the icon geometry.
@@ -1083,7 +1083,7 @@ public:
@return the type of the window
**/
- WindowType windowType() const KDE_DEPRECATED;
+ WindowType windowType() const TDE_DEPRECATED;
/**
Returns the name of the window in UTF-8 format.