diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:17:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:17:00 -0600 |
commit | 1f01ea957c773e5d03c1f9aae9f3b233b48815d0 (patch) | |
tree | 552856851225ea9ea07e62ffd215aec085931710 /src | |
parent | 94c370ec31b773fe9e17812af110faeabfd12add (diff) | |
download | knutclient-1f01ea957c773e5d03c1f9aae9f3b233b48815d0.tar.gz knutclient-1f01ea957c773e5d03c1f9aae9f3b233b48815d0.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'src')
-rwxr-xr-x | src/knutclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutclient.cpp b/src/knutclient.cpp index 638dbad..935d1e1 100755 --- a/src/knutclient.cpp +++ b/src/knutclient.cpp @@ -29,7 +29,7 @@ #include <kconfig.h> #include <ksimpleconfig.h> -#include <kwin.h> +#include <twin.h> #include <unistd.h> // for function sleep and other ... |