diff options
Diffstat (limited to 'kexi/kexidb/indexschema.h')
-rw-r--r-- | kexi/kexidb/indexschema.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/kexidb/indexschema.h b/kexi/kexidb/indexschema.h index 60d1d7ac..12feae04 100644 --- a/kexi/kexidb/indexschema.h +++ b/kexi/kexidb/indexschema.h @@ -56,7 +56,7 @@ class KEXI_DB_EXPORT IndexSchema : public FieldList, public SchemaData /*! Copy constructor. Copies all attributes from index \a idx, and fields assigned with it but the fields are taken (by name) from - \a tqparentTable, not from \a idx itself, so it's possible to copy of index + \a parentTable, not from \a idx itself, so it's possible to copy of index for a copy of table. To copy an index within the same table it's enough to call: @@ -65,7 +65,7 @@ class KEXI_DB_EXPORT IndexSchema : public FieldList, public SchemaData \endcode @todo All relationships should be also copied */ - IndexSchema(const IndexSchema& idx, TableSchema& tqparentTable); + IndexSchema(const IndexSchema& idx, TableSchema& parentTable); /*! Destroys the index. Field objects are not deleted. All Relationship objects listed in masterRelationships() list |