diff options
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> |