diff options
Diffstat (limited to 'twin/lib/kdecoration.h')
-rw-r--r-- | twin/lib/kdecoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h index 03e1c863e..03daebc28 100644 --- a/twin/lib/kdecoration.h +++ b/twin/lib/kdecoration.h @@ -37,7 +37,7 @@ class KDecorationBridge; class KDecorationPrivate; class KDecorationFactory; -#define KWIN_EXPORT KDE_EXPORT +#define KWIN_EXPORT TDE_EXPORT /** * This class provides a namespace for all decoration related classes. @@ -659,7 +659,7 @@ class KWIN_EXPORT KDecoration * This function may be reimplemented to provide custom minimize/restore animations * The reimplementation is allowed to perform X server grabs if necessary * (only using the functions provided by this API, no direct Xlib calls), but no - * futher event processing is allowed (i.e. no kapp->processEvents()). + * futher event processing is allowed (i.e. no tdeApp->processEvents()). * @a False should be returned if the default implementation should be used. * Note that you should not use this function to force disabling of the animation. * |