Rename KWinModule to TWinModule

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 2 weeks ago
parent ab1c8db1cc
commit 35a3251f9f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -3362,7 +3362,7 @@ void KoolDock::init()
rdh = TQApplication::desktop()->height();
xosdw->move(0, rdh);
wm = new KWinModule();
wm = new TWinModule();
info = new NETWinInfo(tqt_xdisplay(), winId(), tqt_xrootwin(), NET::WMState);
info->setDesktop(NETWinInfo::OnAllDesktops);

@ -164,7 +164,7 @@ class KoolDock : public TQWidget
TQStringList ignoreList;
NETWinInfo* info; // window informations
KWinModule* wm;
TWinModule* wm;
SetupDialog* setupdlg;
int Offset; // scrolls dock if all icons are wider than screen

@ -38,7 +38,7 @@ SetupDialogPrg::SetupDialogPrg(TQWidget* parent, const char* name)
{
//Ignore list handlers
grabbing = 0;
gwm = new KWinModule();
gwm = new TWinModule();
connect(gwm, TQ_SIGNAL(activeWindowChanged(WId)), TQ_SLOT(activeWindowChanged(WId)));
gwm->blockSignals(true);
in = ignoreBox->lineEdit();

@ -53,7 +53,7 @@ class SetupDialogPrg : public SetupDialog
appProp* appdlg;
TQString progPath;
TQString menuPath;
KWinModule* gwm;
TWinModule* gwm;
KLineEdit* in;
TQPushButton* up;
TQPushButton* down;

Loading…
Cancel
Save