diff options
Diffstat (limited to 'kexi/widget/kexiqueryparameters.h')
-rw-r--r-- | kexi/widget/kexiqueryparameters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/widget/kexiqueryparameters.h b/kexi/widget/kexiqueryparameters.h index 40251b71..b80a37ad 100644 --- a/kexi/widget/kexiqueryparameters.h +++ b/kexi/widget/kexiqueryparameters.h @@ -17,8 +17,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef KEXIQUERYPARAMETERS_H -#define KEXIQUERYPARAMETERS_H +#ifndef KEXITQUERYPARAMETERS_H +#define KEXITQUERYPARAMETERS_H #include <kexidb/queryschema.h> @@ -37,7 +37,7 @@ class KEXIEXTWIDGETS_EXPORT KexiQueryParameters //! @todo support defaults //! @todo support validation rules, e.g. min/max value, unsigned //! @todo support Enum type (list of strings, need support for keys and user-visible strings) - static QValueList<QVariant> getParameters(QWidget *parent, const KexiDB::Driver &driver, + static TQValueList<TQVariant> getParameters(TQWidget *tqparent, const KexiDB::Driver &driver, KexiDB::QuerySchema& querySchema, bool &ok); }; |