summaryrefslogtreecommitdiffstats
path: root/tdecore/tdestdaccel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdestdaccel.h')
-rw-r--r--tdecore/tdestdaccel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/tdestdaccel.h b/tdecore/tdestdaccel.h
index e39b090b9..735c11dd0 100644
--- a/tdecore/tdestdaccel.h
+++ b/tdecore/tdestdaccel.h
@@ -452,22 +452,22 @@ namespace TDEStdAccel
* @deprecated
* Obsolete. Use name(). Returns a string representation for @p accel.
*/
- TDECORE_EXPORT TQString action(StdAccel id) KDE_DEPRECATED;
+ TDECORE_EXPORT TQString action(StdAccel id) TDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use desc(). Returns a localized description of @p accel.
*/
- TDECORE_EXPORT TQString description(StdAccel id) KDE_DEPRECATED;
+ TDECORE_EXPORT TQString description(StdAccel id) TDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use shortcut(). Returns the keybinding for @p accel.
*/
- TDECORE_EXPORT int key(StdAccel) KDE_DEPRECATED;
+ TDECORE_EXPORT int key(StdAccel) TDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use shortcutDefault().
*/
- TDECORE_EXPORT int defaultKey(StdAccel accel) KDE_DEPRECATED;
+ TDECORE_EXPORT int defaultKey(StdAccel accel) TDE_DEPRECATED;
/**
* @deprecated. Use KKey(const TQKeyEvent*) == KKey(int).
@@ -484,7 +484,7 @@ namespace TDEStdAccel
*
* @return true if the int value matches the integer representation of the QKeyEvent
*/
- TDECORE_EXPORT bool isEqual(const TQKeyEvent* pEvent, int keyQt) KDE_DEPRECATED;
+ TDECORE_EXPORT bool isEqual(const TQKeyEvent* pEvent, int keyQt) TDE_DEPRECATED;
#endif // !KDE_NO_COMPAT
}