Rename kwin to twin (part 1 of 2)

pull/1/head
Timothy Pearson 13 years ago
parent fb539e074a
commit 77b949ed8f

@ -27,7 +27,7 @@
#include <kmessagebox.h>
#include <kconfigdialog.h>
#include <kiconloader.h>
#include <kwin.h>
#include <twin.h>
#include <dcopref.h>
MainWindow::MainWindow(TQWidget * parent, const char * name) :
@ -909,7 +909,7 @@ void MainWindow::slotToggleState()
if (timer.isActive())
return;
KWinModule kwin(TQT_TQOBJECT(this));
KWinModule twin(TQT_TQOBJECT(this));
if (state)
{
@ -1058,7 +1058,7 @@ void MainWindow::moveEvent(TQMoveEvent* e)
// mouse cursor is on, detect whether the screen number has
// changed on this move event and update the internal set-
// ting. Makes it play nice with the move-window-to-screen
// kwin shortcuts found in Lubos' Xinerama Improvements patch-
// twin shortcuts found in Lubos' Xinerama Improvements patch-
// set.
if (Settings::screen()

@ -28,14 +28,14 @@
#include <tqapplication.h>
#include <tqwidgetstack.h>
#include <kwin.h>
#include <twin.h>
#include <kaction.h>
#include <kconfig.h>
#include <klocale.h>
#include <dcopclient.h>
#include <kkeydialog.h>
#include <kpopupmenu.h>
#include <kwinmodule.h>
#include <twinmodule.h>
#include <kmainwindow.h>
#include <kapplication.h>
#include <kglobalaccel.h>

Loading…
Cancel
Save