diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:16:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:16:25 +0900 |
| commit | fd6464e262d740830ac88a794670ed729a6250ba (patch) | |
| tree | c8a51efc0660bb3d3d8288b1d455f83ffcbc45af /src/komposetaskmanager.cpp | |
| parent | 6e692868e6b093d0c7a62a3fde719894ee24fea5 (diff) | |
| download | kompose-fd6464e262d740830ac88a794670ed729a6250ba.tar.gz kompose-fd6464e262d740830ac88a794670ed729a6250ba.zip | |
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposetaskmanager.cpp')
| -rw-r--r-- | src/komposetaskmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/komposetaskmanager.cpp b/src/komposetaskmanager.cpp index e5082fc..8809a97 100644 --- a/src/komposetaskmanager.cpp +++ b/src/komposetaskmanager.cpp @@ -69,12 +69,12 @@ KomposeTaskManager::KomposeTaskManager() : TQObject() { taskManagerInstance = this; - twin_module = new KWinModule(); + twin_module = new TWinModule(); numDesks = KWin::numberOfDesktops(); callCompositeRedirect(); - // Listeners for KWinmodule signals + // Listeners for TWinModule signals connect( twin_module, TQ_SIGNAL(windowAdded(WId)), this, TQ_SLOT(slotWindowAdded(WId)) ); connect( twin_module, TQ_SIGNAL(windowRemoved(WId)), this, TQ_SLOT(slotWindowRemoved(WId)) ); connect( twin_module, TQ_SIGNAL(numberOfDesktopsChanged(int)), this, TQ_SLOT(slotDesktopCountChanged(int)) ); |
