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