Appied Lubos patch for the renamed slots.
svn path=/trunk/kdebase/kwin/; revision=251789
This commit is contained in:
parent
af5c35303f
commit
5f0056e873
1 changed files with 3 additions and 3 deletions
|
@ -362,14 +362,14 @@ void LaptopClient::init()
|
||||||
if(help){
|
if(help){
|
||||||
button[BtnHelp] = new LaptopClientButton(17, th, this, "help",
|
button[BtnHelp] = new LaptopClientButton(17, th, this, "help",
|
||||||
question_bits, i18n("Help"));
|
question_bits, i18n("Help"));
|
||||||
connect(button[BtnHelp], SIGNAL( clicked() ), this, ( SLOT( contextHelp() ) ) );
|
connect(button[BtnHelp], SIGNAL( clicked() ), this, ( SLOT( showContextHelp() ) ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
button[BtnHelp] = NULL;
|
button[BtnHelp] = NULL;
|
||||||
|
|
||||||
connect( button[BtnClose], SIGNAL( clicked() ), this, ( SLOT( closeWindow() ) ) );
|
connect( button[BtnClose], SIGNAL( clicked() ), this, ( SLOT( closeWindow() ) ) );
|
||||||
connect( button[BtnSticky], SIGNAL( clicked() ), this, ( SLOT( toggleSticky() ) ) );
|
connect( button[BtnSticky], SIGNAL( clicked() ), this, ( SLOT( toggleOnAllDesktops() ) ) );
|
||||||
connect( button[BtnIconify], SIGNAL( clicked() ), this, ( SLOT( iconify() ) ) );
|
connect( button[BtnIconify], SIGNAL( clicked() ), this, ( SLOT( minimize() ) ) );
|
||||||
connect( button[BtnMax], SIGNAL( clicked() ), this, ( SLOT( slotMaximize() ) ) );
|
connect( button[BtnMax], SIGNAL( clicked() ), this, ( SLOT( slotMaximize() ) ) );
|
||||||
|
|
||||||
hb = new QBoxLayout(0, QBoxLayout::LeftToRight, 0, 0, 0);
|
hb = new QBoxLayout(0, QBoxLayout::LeftToRight, 0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue