From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kexi/doc/dev/kexi_issues.txt | 2 +- kexi/doc/dev/kexidb_issues.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/doc/dev') diff --git a/kexi/doc/dev/kexi_issues.txt b/kexi/doc/dev/kexi_issues.txt index f6a27b7f..62292f2d 100644 --- a/kexi/doc/dev/kexi_issues.txt +++ b/kexi/doc/dev/kexi_issues.txt @@ -17,7 +17,7 @@ Easy example: form and report depends on table/query (or more tables and queries). This dependency can be called inheriting when we wnat to reuse as many - as possible properties of tqparent 'object' in child 'object'. + as possible properties of parent 'object' in child 'object'. Examples of these properties: table colors, columns widths, etc. can be reused in forms/reports that use this its data. diff --git a/kexi/doc/dev/kexidb_issues.txt b/kexi/doc/dev/kexidb_issues.txt index 576a64de..0dd945c6 100644 --- a/kexi/doc/dev/kexidb_issues.txt +++ b/kexi/doc/dev/kexidb_issues.txt @@ -191,7 +191,7 @@ kexi__querydata q_sql varchar, //raw sql text - stored in the unchanged form entered by a user (or generated) q_valid boolean, //query schema may be invalid (syntactically or logically, //but still can be stored) - q_parent_tab integer REFERENCES kexi__objects(o_id) //tqparent table of this query + q_parent_tab integer REFERENCES kexi__objects(o_id) //parent table of this query //This table contains information about fields defined in select queries kexi__queryfields -- cgit v1.2.1