diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:23:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:23:47 -0600 |
commit | be1ddf1d5be6e6addf51fc80ae4b25873c43350e (patch) | |
tree | c3a2655a4b4976dba5f3c3893aced80ff84def9c /noatun-plugins | |
parent | 55efce6f21054a43a62d72f255765a657e9dd56e (diff) | |
download | tdeaddons-be1ddf1d5be6e6addf51fc80ae4b25873c43350e.tar.gz tdeaddons-be1ddf1d5be6e6addf51fc80ae4b25873c43350e.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'noatun-plugins')
-rw-r--r-- | noatun-plugins/ffrs/ffrs.cpp | 2 | ||||
-rw-r--r-- | noatun-plugins/noatunmadness/madness.cpp | 4 | ||||
-rw-r--r-- | noatun-plugins/noatunmadness/madness.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/noatun-plugins/ffrs/ffrs.cpp b/noatun-plugins/ffrs/ffrs.cpp index 12793b4..5bdad61 100644 --- a/noatun-plugins/ffrs/ffrs.cpp +++ b/noatun-plugins/ffrs/ffrs.cpp @@ -9,7 +9,7 @@ #include <kconfig.h> #include <tqcursor.h> #include <tqtooltip.h> -#include <kwin.h> +#include <twin.h> #include "ffrs.h" diff --git a/noatun-plugins/noatunmadness/madness.cpp b/noatun-plugins/noatunmadness/madness.cpp index 7027029..84c61bc 100644 --- a/noatun-plugins/noatunmadness/madness.cpp +++ b/noatun-plugins/noatunmadness/madness.cpp @@ -10,8 +10,8 @@ RMS's novel that I'm supposed to put at the top of every story. He's insane. #include "madness.h" -#include <kwin.h> -#include <kwinmodule.h> +#include <twin.h> +#include <twinmodule.h> #include <kiconloader.h> #include <math.h> #include <iostream> diff --git a/noatun-plugins/noatunmadness/madness.h b/noatun-plugins/noatunmadness/madness.h index c48c676..f09fa78 100644 --- a/noatun-plugins/noatunmadness/madness.h +++ b/noatun-plugins/noatunmadness/madness.h @@ -5,7 +5,7 @@ #include <string.h> #include <tqmap.h> #include <tqvaluelist.h> -#include <kwinmodule.h> +#include <twinmodule.h> class Madness : public TQObject, public MonoFFTScope, public Plugin { |