Rename kwin to twin (part 1 of 2)

pull/1/head
Timothy Pearson 13 years ago
parent 5de9e11b75
commit e4f4040ff2

@ -38,8 +38,8 @@
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstartupinfo.h> #include <kstartupinfo.h>
#include <kwin.h> #include <twin.h>
#include <kwinmodule.h> #include <twinmodule.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <khelpmenu.h> #include <khelpmenu.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -57,7 +57,7 @@ tricks. &amor; also has many different themes which change the appearance
and behavior of the animation. and behavior of the animation.
</para> </para>
<note><para>Since &amor; works with the &kde; window manager &kwin;, the <note><para>Since &amor; works with the &kde; window manager &twin;, the
application will only work from within &kde;. It is possible that &amor; application will only work from within &kde;. It is possible that &amor;
would work from within another &kde;-compliant window manager, but none are would work from within another &kde;-compliant window manager, but none are
known to work at the time of this writing.</para></note> known to work at the time of this writing.</para></note>

@ -60,7 +60,7 @@ comprehensive user manual.</para>
<refsect1> <refsect1>
<title>Bugs</title> <title>Bugs</title>
<para>&amor; currently only works with the &kwin; window manager.</para> <para>&amor; currently only works with the &twin; window manager.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>

@ -208,7 +208,7 @@ void PiecesTable::resetMap()
tqrepaint(); tqrepaint();
} }
void PiecesTable::checkwin() void PiecesTable::chectwin()
{ {
if(!_randomized) return; if(!_randomized) return;
@ -289,7 +289,7 @@ void PiecesTable::mousePressEvent(TQMouseEvent* e)
updateCell(row, col, false); updateCell(row, col, false);
// check if the player wins with this move // check if the player wins with this move
checkwin(); chectwin();
} }
} }

@ -50,7 +50,7 @@ protected:
void initMap(); void initMap();
void initColors(); void initColors();
void checkwin(); void chectwin();
protected slots: protected slots:
void randomizeMap(); void randomizeMap();

@ -32,7 +32,7 @@
#include <dcopclient.h> #include <dcopclient.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kwin.h> #include <twin.h>
#include <kstartupinfo.h> #include <kstartupinfo.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kaboutdata.h> #include <kaboutdata.h>

@ -32,7 +32,7 @@
#include <dcopclient.h> #include <dcopclient.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kwin.h> #include <twin.h>
#include <kstartupinfo.h> #include <kstartupinfo.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kaboutdata.h> #include <kaboutdata.h>

@ -47,7 +47,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktoolbar.h> #include <ktoolbar.h>
#include <kwin.h> #include <twin.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>

@ -24,7 +24,7 @@
* *
*/ */
#include <kwin.h> #include <twin.h>
#include <kstartupinfo.h> #include <kstartupinfo.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kaboutdata.h> #include <kaboutdata.h>

Loading…
Cancel
Save