diff options
Diffstat (limited to 'kode/kwsdl/kung/inputfieldfactory.h')
-rw-r--r-- | kode/kwsdl/kung/inputfieldfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kwsdl/kung/inputfieldfactory.h b/kode/kwsdl/kung/inputfieldfactory.h index 2c1e30eb9..38eae73e1 100644 --- a/kode/kwsdl/kung/inputfieldfactory.h +++ b/kode/kwsdl/kung/inputfieldfactory.h @@ -44,12 +44,12 @@ class InputFieldFactory /** Creates an input field of the given type with the given name. */ - InputField *createField( const QString &name, const QString &typeName, bool isList = false ); + InputField *createField( const TQString &name, const TQString &typeName, bool isList = false ); /** Creates an input field of the given type with the given name. */ - InputField *createBasicField( const QString &name, const QString &typeName, const Schema::SimpleType *type, bool isList = false ); + InputField *createBasicField( const TQString &name, const TQString &typeName, const Schema::SimpleType *type, bool isList = false ); /** Sets the types description, so that the factory can pass |