3 // Copyright by Johannes Sixt
4 // This file is under GPL, the GNU General Public Licence
16 class ThreadList
: public QListView
20 ThreadList(QWidget
* parent
, const char* name
);
24 void updateThreads(QList
<ThreadInfo
>&);
25 void slotCurrentChanged(QListViewItem
*);
31 ThreadEntry
* threadById(int id
);
32 void makeNoFocusIcon();
35 QPixmap m_noFocusIcon
;
38 #endif // THREADLIST_H