don't show the keyboard shortcut page if we're a containment
svn path=/trunk/KDE/kdelibs/; revision=885755
This commit is contained in:
parent
6ce288cc0e
commit
48545153e4
@ -1397,6 +1397,10 @@ void Applet::showConfigurationInterface()
|
||||
|
||||
void AppletPrivate::addGlobalShortcutsPage(KConfigDialog *dialog)
|
||||
{
|
||||
if (isContainment) {
|
||||
return;
|
||||
}
|
||||
|
||||
QWidget *page = new QWidget;
|
||||
QVBoxLayout *layout = new QVBoxLayout(page);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user