From a5dcdd1d59953d587b2ba022cc24b52d27d916e5 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 5 Mar 2026 09:28:12 +0900
Subject: Rename KWinModule to TWinModule

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 amor/amor.cpp | 2 +-
 amor/amor.h   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/amor/amor.cpp b/amor/amor.cpp
index 1f765c6..249d831 100644
--- a/amor/amor.cpp
+++ b/amor/amor.cpp
@@ -135,7 +135,7 @@ Amor::Amor() : DCOPObject( "AmorIface" ), TQObject()
         mPosition    = mCurrAnim->hotspot().x();
         mState       = Normal;
 
-        mWin = new KWinModule;
+        mWin = new TWinModule;
         connect(mWin, TQ_SIGNAL(activeWindowChanged(WId)),
                 this, TQ_SLOT(slotWindowActivate(WId)));
         connect(mWin, TQ_SIGNAL(windowRemoved(WId)),
diff --git a/amor/amor.h b/amor/amor.h
index b4a4abe..b65678e 100644
--- a/amor/amor.h
+++ b/amor/amor.h
@@ -44,7 +44,7 @@ class AmorBubble;
 class AmorWidget;
 
 class TQTimer;
-class KWinModule;
+class TWinModule;
 class TDEPopupMenu;
 
 class QueueItem {
@@ -119,7 +119,7 @@ protected:
     void active();
 
 private:
-    KWinModule       *mWin;
+    TWinModule       *mWin;
     WId              mTargetWin;   // The window that the animations sits on
     TQRect            mTargetRect;  // The goemetry of the target window
     WId              mNextTarget;  // The window that will become the target
-- 
cgit v1.2.3

