diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /ksystraycmd/ksystraycmd.h | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'ksystraycmd/ksystraycmd.h')
-rw-r--r-- | ksystraycmd/ksystraycmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystraycmd/ksystraycmd.h b/ksystraycmd/ksystraycmd.h index b8af38785..abad3ec57 100644 --- a/ksystraycmd/ksystraycmd.h +++ b/ksystraycmd/ksystraycmd.h @@ -4,7 +4,7 @@ #define KSYSTRAYCMD_H #include <tqlabel.h> -#include <kwin.h> +#include <twin.h> class KShellProcess; class KWinModule; @@ -77,7 +77,7 @@ private: WId win; KShellProcess *client; - KWinModule *kwinmodule; + KWinModule *twinmodule; TQString errStr; /** Memorized 'top' position of the window*/ |