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 <kmessagebox.h>
#include <kstartupinfo.h>
#include <kwin.h>
#include <kwinmodule.h>
#include <twin.h>
#include <twinmodule.h>
#include <kstandarddirs.h>
#include <khelpmenu.h>
#include <kiconloader.h>

@ -57,7 +57,7 @@ tricks. &amor; also has many different themes which change the appearance
and behavior of the animation.
</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;
would work from within another &kde;-compliant window manager, but none are
known to work at the time of this writing.</para></note>

@ -60,7 +60,7 @@ comprehensive user manual.</para>
<refsect1>
<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>

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

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

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

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

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

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

Loading…
Cancel
Save