diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:28:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:28:12 +0900 |
| commit | a5dcdd1d59953d587b2ba022cc24b52d27d916e5 (patch) | |
| tree | bde8c90bcae7aaeaba2c200199649acff4bf364f | |
| parent | 4cbea493ea11d681b9048a5fdd746d2ff38b5a18 (diff) | |
| download | tdetoys-master.tar.gz tdetoys-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | amor/amor.cpp | 2 | ||||
| -rw-r--r-- | 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 |
