Either hardcore the prayers to actuvate and use the prayers class, or find the widget which it is. open widget debugger in the settings tab and hover over the quickprayer button to find the parent, child and grandchild ids. then you can just use:
RS2Widget w = widgets.get(parentid,childid,grandchildid);
or if there is only parent and child :
RS2Widget w = widgets.get(parentid,childid);