diff options
Diffstat (limited to 'kexi/kexidb/queryschema.h')
-rw-r--r-- | kexi/kexidb/queryschema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/queryschema.h b/kexi/kexidb/queryschema.h index 7c6821d1..6681ddd3 100644 --- a/kexi/kexidb/queryschema.h +++ b/kexi/kexidb/queryschema.h @@ -364,7 +364,7 @@ class KEXI_DB_EXPORT QuerySchema : public FieldList, public SchemaData TableSchema* table(const TQString& tableName) const; /*! \return true if the query uses \a table. */ - bool tqcontains(TableSchema *table) const; + bool contains(TableSchema *table) const; /*! Convenience function. \return table field by searching through all tables in this query. |