diff options
Diffstat (limited to 'amor')
| -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 |
