From b6edfe41c9395f2e20784cbf0e630af6426950a3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kexi/kexidb/queryschema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/kexidb/queryschema.h') 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. -- cgit v1.2.1