From 77b949ed8f72e66e6c8df55d7365c276e0e128f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:20:54 -0600 Subject: [PATCH] Rename kwin to twin (part 1 of 2) --- yakuake/src/main_window.cpp | 6 +++--- yakuake/src/main_window.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/yakuake/src/main_window.cpp b/yakuake/src/main_window.cpp index 7f3a8b8..5253b54 100644 --- a/yakuake/src/main_window.cpp +++ b/yakuake/src/main_window.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include 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() diff --git a/yakuake/src/main_window.h b/yakuake/src/main_window.h index ec00461..4674347 100644 --- a/yakuake/src/main_window.h +++ b/yakuake/src/main_window.h @@ -28,14 +28,14 @@ #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include #include #include