diff options
Diffstat (limited to 'tools/kfile-plugins/ooo/kfile_ooo.h')
-rw-r--r-- | tools/kfile-plugins/ooo/kfile_ooo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/kfile-plugins/ooo/kfile_ooo.h b/tools/kfile-plugins/ooo/kfile_ooo.h index b8604260..8114396f 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.h +++ b/tools/kfile-plugins/ooo/kfile_ooo.h @@ -36,7 +36,7 @@ class KOfficePlugin: public KFilePlugin public: /** * Constructor */ - KOfficePlugin( TQObject *tqparent, const char *name, const TQStringList& args ); + KOfficePlugin( TQObject *parent, const char *name, const TQStringList& args ); /** * Read informations from files and store info in KFileMetaInfo. * We currently only parse meta.xml in OOo files. @@ -55,7 +55,7 @@ public: virtual TQValidator* createValidator( const TQString& mimetype, const TQString &group, const TQString &key, - TQObject* tqparent, + TQObject* parent, const char* name) const; private: bool writeTextNode(TQDomDocument & doc, |