summaryrefslogtreecommitdiffstats
path: root/tdecore/kwin.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 21:46:38 -0600
committerTimothy Pearson <[email protected]>2011-11-06 21:46:38 -0600
commit46850422d6f857317455a6f7682bda9af4ba77f8 (patch)
treee7ccd19a8665415f634e26279d998173f7aa764f /tdecore/kwin.h
parentd4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff)
downloadtdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz
tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'tdecore/kwin.h')
-rw-r--r--tdecore/kwin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kwin.h b/tdecore/kwin.h
index 36cccb125..d3df42bd6 100644
--- a/tdecore/kwin.h
+++ b/tdecore/kwin.h
@@ -58,7 +58,7 @@ class NETWinInfo;
* @see NetWinInfo
* @author Matthias Ettrich ([email protected])
*/
-class KDECORE_EXPORT KWin
+class TDECORE_EXPORT KWin
{
public:
@@ -466,7 +466,7 @@ public:
/**
* @deprecated Use WindowInfo .
*/
- struct KDECORE_EXPORT Info
+ struct TDECORE_EXPORT Info
{
/// The window's id.
WId win;
@@ -519,7 +519,7 @@ private:
* Information about a window.
* @since 3.2
*/
-class KDECORE_EXPORT KWin::WindowInfo
+class TDECORE_EXPORT KWin::WindowInfo
{
public:
/**