diff options
Diffstat (limited to 'kig/objects/object_imp_factory.h')
-rw-r--r-- | kig/objects/object_imp_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/objects/object_imp_factory.h b/kig/objects/object_imp_factory.h index 1ab82bb4..1ac08dde 100644 --- a/kig/objects/object_imp_factory.h +++ b/kig/objects/object_imp_factory.h @@ -30,11 +30,11 @@ public: * loads data from \p parent , and returns a new ObjectImp from the type * string \p type . */ - ObjectImp* deserialize( const QString& type, const QDomElement& parent, QString& error ) const; + ObjectImp* deserialize( const TQString& type, const TQDomElement& parent, TQString& error ) const; /** * adds data to \p parent , and returns a type string.. */ - QString serialize( const ObjectImp& d, QDomElement& parent, QDomDocument& doc ) const; + TQString serialize( const ObjectImp& d, TQDomElement& parent, TQDomDocument& doc ) const; }; #endif |