Implement iconChange()

svn path=/trunk/kdebase/kwin/; revision=83016
This commit is contained in:
Waldo Bastian 2001-02-15 20:53:22 +00:00
parent 43430cd19d
commit 6ab086647b
2 changed files with 5 additions and 0 deletions

View file

@ -517,6 +517,10 @@ B2Client::B2Client( Workspace *ws, WId w, QWidget *parent,
connect(options, SIGNAL(resetClients()), this, SLOT(slotReset()));
}
void B2Client::iconChange()
{
button[BtnMenu]->repaint( false );
}
void B2Client::resizeEvent( QResizeEvent* e)
{

View file

@ -91,6 +91,7 @@ protected:
void stickyChange(bool on);
void activeChange(bool on);
void maximizeChange(bool m);
void iconChange();
void doShape();
MousePosition mousePosition( const QPoint& p ) const;
private slots: