diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:30:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:30:08 -0600 |
commit | 2caaeba93d19304c81265b0c0e9ca98dc7489177 (patch) | |
tree | fef0df64e687a657ced1e48fb61bf9b8022bd867 /ksim | |
parent | f5d672d1dd1e7bca985a1b31baff948c47c55ef8 (diff) | |
download | tdeutils-2caaeba93d19304c81265b0c0e9ca98dc7489177.tar.gz tdeutils-2caaeba93d19304c81265b0c0e9ca98dc7489177.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'ksim')
-rw-r--r-- | ksim/ChangeLog | 2 | ||||
-rw-r--r-- | ksim/ksimview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksim/ChangeLog b/ksim/ChangeLog index 837a287..0220f05 100644 --- a/ksim/ChangeLog +++ b/ksim/ChangeLog @@ -331,7 +331,7 @@ KSim 0.3: * Reset the net-plugin information to zero when a net interface goes off line * Insert the available net interfaces into the add net interface dialog * Fixed the bug where some themes (one without masked image borders) - would influence if KSim had a kwin deco or not + would influence if KSim had a twin deco or not * Re-worked the KSim::Base class, a derived class of KSim::Base no longer has to inherit a QObject derived class and doesn't have to reimplement 'void setName(const char *name)' diff --git a/ksim/ksimview.cpp b/ksim/ksimview.cpp index 0315cd1..1e93816 100644 --- a/ksim/ksimview.cpp +++ b/ksim/ksimview.cpp @@ -43,7 +43,7 @@ #include <kstandarddirs.h> #include <kmessagebox.h> #include <kdesktopfile.h> -#include <kwin.h> +#include <twin.h> #include <krun.h> #include <tqfile.h> |