summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:23:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:23:47 -0600
commitbe1ddf1d5be6e6addf51fc80ae4b25873c43350e (patch)
treec3a2655a4b4976dba5f3c3893aced80ff84def9c
parent55efce6f21054a43a62d72f255765a657e9dd56e (diff)
downloadtdeaddons-be1ddf1d.tar.gz
tdeaddons-be1ddf1d.zip
Rename kwin to twin (part 1 of 2)
-rw-r--r--kate/xmltools/kde-docbook.dtd.xml4
-rw-r--r--kicker-applets/kbinaryclock/datepicker.cpp2
-rw-r--r--konq-plugins/rsync/rsyncplugin.cpp2
-rw-r--r--noatun-plugins/ffrs/ffrs.cpp2
-rw-r--r--noatun-plugins/noatunmadness/madness.cpp4
-rw-r--r--noatun-plugins/noatunmadness/madness.h2
6 files changed, 8 insertions, 8 deletions
diff --git a/kate/xmltools/kde-docbook.dtd.xml b/kate/xmltools/kde-docbook.dtd.xml
index 362dc67..4d10a26 100644
--- a/kate/xmltools/kde-docbook.dtd.xml
+++ b/kate/xmltools/kde-docbook.dtd.xml
@@ -1251,7 +1251,7 @@
<application>KScreensaver</application>
</text-expanded>
</entity>
-<entity name="kwin" type="gen">
+<entity name="twin" type="gen">
<text-expanded>
<application>KWin</application>
</text-expanded>
@@ -3391,7 +3391,7 @@
<entity name="ZHcy" type="gen">
<text-expanded>&amp;#x0416;</text-expanded>
</entity>
-<entity name="kwin4" type="gen">
+<entity name="twin4" type="gen">
<text-expanded>
<application>K Four Wins</application>
</text-expanded>
diff --git a/kicker-applets/kbinaryclock/datepicker.cpp b/kicker-applets/kbinaryclock/datepicker.cpp
index 8a267fb..3406e4a 100644
--- a/kicker-applets/kbinaryclock/datepicker.cpp
+++ b/kicker-applets/kbinaryclock/datepicker.cpp
@@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kdatepicker.h>
#include <kiconloader.h>
#include <klocale.h>
-#include <kwin.h>
+#include <twin.h>
DatePicker::DatePicker(TQWidget *parent, const TQDate& date)
: TQVBox( parent, 0, WType_TopLevel | WDestructiveClose |
diff --git a/konq-plugins/rsync/rsyncplugin.cpp b/konq-plugins/rsync/rsyncplugin.cpp
index 36933ef..0d5305f 100644
--- a/konq-plugins/rsync/rsyncplugin.cpp
+++ b/konq-plugins/rsync/rsyncplugin.cpp
@@ -72,7 +72,7 @@
#include <klocale.h>
#include <kinstance.h>
-#include <kwin.h>
+#include <twin.h>
#include <kurl.h>
#include <kaction.h>
#include <kpopupmenu.h>
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
{