diff options
Diffstat (limited to 'kicker/taskmanager/taskmanager.h')
| -rw-r--r-- | kicker/taskmanager/taskmanager.h | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/kicker/taskmanager/taskmanager.h b/kicker/taskmanager/taskmanager.h index 289c6af55..2b517c5de 100644 --- a/kicker/taskmanager/taskmanager.h +++ b/kicker/taskmanager/taskmanager.h @@ -57,7 +57,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #endif #endif -class KWinModule; +class TWinModule; class TaskManager; typedef TQValueList<WId> WindowList; @@ -66,7 +66,7 @@ typedef TQValueList<WId> WindowList; * A dynamic interface to a task (main window). * * @see TaskManager - * @see KWinModule + * @see TWinModule */ class TDE_EXPORT Task: public TQObject, public TDEShared { @@ -423,6 +423,12 @@ public slots: */ void updateThumbnail(); + /** + * Tile the task's window to the specified position. The position is one of the + * valid value for ActiveBorder enum + */ + void tileTo(int); + signals: /** * Indicates that this task has changed in some way. @@ -563,7 +569,7 @@ private: * * @see Task * @see Startup - * @see KWinModule + * @see TWinModule */ class TDE_EXPORT TaskManager : public TQObject { @@ -628,7 +634,7 @@ public: */ static bool isOnScreen( int screen, const WId wid ); - KWinModule* winModule() const { return m_winModule; } + TWinModule* winModule() const { return m_winModule; } void setXCompositeEnabled(bool state); static bool xCompositeEnabled() { return m_xCompositeEnabled != 0; } @@ -701,7 +707,7 @@ private: WindowList _skiptaskbar_windows; Startup::List _startups; TDEStartupInfo* _startup_info; - KWinModule* m_winModule; + TWinModule* m_winModule; bool m_trackGeometry; static TaskManager* m_self; |
