summaryrefslogtreecommitdiffstats
path: root/tdecore/twin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/twin.h')
-rw-r--r--tdecore/twin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/twin.h b/tdecore/twin.h
index 141edeffc..53d697131 100644
--- a/tdecore/twin.h
+++ b/tdecore/twin.h
@@ -110,7 +110,7 @@ public:
* @deprecated Consider using activateWindow(), use forceActiveWindow()
* only if necessary.
*/
- static void setActiveWindow( WId win ) KDE_DEPRECATED;
+ static void setActiveWindow( WId win ) TDE_DEPRECATED;
/**
* When application finishes some operation and wants to notify
@@ -502,7 +502,7 @@ public:
* @deprecated
* Use windowInfo() .
*/
- static Info info( WId win ) KDE_DEPRECATED;
+ static Info info( WId win ) TDE_DEPRECATED;
#ifdef KDE_NO_COMPAT
private:
@@ -511,7 +511,7 @@ private:
* @deprecated
* Use TDEStartupInfo::appStarted
*/
- static void appStarted() KDE_DEPRECATED;
+ static void appStarted() TDE_DEPRECATED;
};