diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kexi/doc/dev | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
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
Diffstat (limited to 'kexi/doc/dev')
-rw-r--r-- | kexi/doc/dev/kexi_issues.txt | 2 | ||||
-rw-r--r-- | kexi/doc/dev/kexidb_issues.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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 |