diff options
Diffstat (limited to 'kexi/formeditor/scripting/scriptIO.h')
-rw-r--r-- | kexi/formeditor/scripting/scriptIO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/scripting/scriptIO.h b/kexi/formeditor/scripting/scriptIO.h index 9261d75c..f384fade 100644 --- a/kexi/formeditor/scripting/scriptIO.h +++ b/kexi/formeditor/scripting/scriptIO.h @@ -41,7 +41,7 @@ class ScriptIO public: /*! Save the evnts of a form. Creates an \<events\> tag, and then one \<event\> tag for each event. - Each event tqcontains \<sender\> and \<receiver\> tags, with attributes depending on event type. */ + Each event contains \<sender\> and \<receiver\> tags, with attributes depending on event type. */ static bool saveFormEvents(TQDomNode &parentNode, FormScript *script); /*! Reads the \<events\> tag (\a parentNode), then creates and fills a FormScript object linked to this \a form. The new FormScript object is then added to ScriptManager list.*/ |