|
|
|
@ -96,7 +96,7 @@ PageWidget::fillActionList(KListView *listView, ComponentData *componentData)
|
|
|
|
|
file = "kdeglobals";
|
|
|
|
|
TQString group = action->group;
|
|
|
|
|
bool immutable = KioskRun::self()->isConfigImmutable(file, group);
|
|
|
|
|
qWarning("File = %s Group = %s Immutable = %s", file.latin1(), group.latin1(), immutable ? "true" : "false");
|
|
|
|
|
tqWarning("File = %s Group = %s Immutable = %s", file.latin1(), group.latin1(), immutable ? "true" : "false");
|
|
|
|
|
item->setOn(immutable);
|
|
|
|
|
}
|
|
|
|
|
else if (action->type == ComponentAction::ActCustom)
|
|
|
|
|