Rename KWinModule to TWinModule

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 5 hours ago
parent ce7cada3e1
commit 647091e6d3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -270,7 +270,7 @@ DbgToolBar::DbgToolBar(DebuggerPart* part,
docker_(0),
dockWindow_(new KSystemTray(parent))
{
winModule_ = new KWinModule(this);
winModule_ = new TWinModule(this);
docker_ = new DbgDocker(parent, this, BarIcon("dbgnext"));
connect(docker_, TQ_SIGNAL(clicked()), part_, TQ_SLOT(slotStepOver()));

@ -16,7 +16,7 @@
#ifndef _DBGTOOLBAR_H_
#define _DBGTOOLBAR_H_
class KWinModule;
class TWinModule;
#include <ksystemtray.h>
#include <twin.h> // needed for WId :(
@ -72,7 +72,7 @@ private:
DebuggerPart* part_;
WId activeWindow_;
KWinModule* winModule_;
TWinModule* winModule_;
DbgButton* bKDevFocus_;
DbgButton* bPrevFocus_;
bool appIsActive_;

@ -269,7 +269,7 @@ DbgToolBar::DbgToolBar(RubyDebuggerPart* part,
docker_(0),
dockWindow_(new KSystemTray(parent))
{
winModule_ = new KWinModule(this);
winModule_ = new TWinModule(this);
docker_ = new DbgDocker(parent, this, BarIcon("dbgnext"));
connect(docker_, TQ_SIGNAL(clicked()), part_, TQ_SLOT(slotStepOver()));

@ -22,7 +22,7 @@
#ifndef _DBGTOOLBAR_H_
#define _DBGTOOLBAR_H_
class KWinModule;
class TWinModule;
#include <ksystemtray.h>
#include <twin.h> // needed for WId :(
@ -78,7 +78,7 @@ private:
RubyDebuggerPart* part_;
WId activeWindow_;
KWinModule* winModule_;
TWinModule* winModule_;
DbgButton* bKDevFocus_;
DbgButton* bPrevFocus_;
bool appIsActive_;

Loading…
Cancel
Save