From 01febc40e2aad29bf6cf6cbeb457c44354aba0f9 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:35:55 +0000 Subject: Added praxisd accessibility through lua. --- client/lua.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/lua.cc') diff --git a/client/lua.cc b/client/lua.cc index 5d6b194..48840ce 100644 --- a/client/lua.cc +++ b/client/lua.cc @@ -32,6 +32,7 @@ #include "luawidget.h" #include "luadb.h" +#include "luapraxisd.h" #include "debug.h" @@ -235,6 +236,7 @@ void LUA::clear() register_widgets(L); register_db(L); + register_praxisd(L); } QString LUA::runScriptS(QString script, Widget *widget, QString name) -- cgit v1.2.3