From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfile-plugins/palm-databases/kfile_palm.cpp | 4 ++-- kfile-plugins/palm-databases/kfile_palm.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kfile-plugins/palm-databases') diff --git a/kfile-plugins/palm-databases/kfile_palm.cpp b/kfile-plugins/palm-databases/kfile_palm.cpp index 0e4db00cd..c38650766 100644 --- a/kfile-plugins/palm-databases/kfile_palm.cpp +++ b/kfile-plugins/palm-databases/kfile_palm.cpp @@ -33,10 +33,10 @@ typedef KGenericFactory PalmFactory; K_EXPORT_COMPONENT_FACTORY(kfile_palm, PalmFactory( "kfile_palm" )) -KPalmPlugin::KPalmPlugin(TQObject *tqparent, const char *name, +KPalmPlugin::KPalmPlugin(TQObject *parent, const char *name, const TQStringList &args) - : KFilePlugin(tqparent, name, args) + : KFilePlugin(parent, name, args) { KFileMimeTypeInfo* info = addMimeTypeInfo( "application/vnd.palm" ); diff --git a/kfile-plugins/palm-databases/kfile_palm.h b/kfile-plugins/palm-databases/kfile_palm.h index d42225ee1..edd9441b1 100644 --- a/kfile-plugins/palm-databases/kfile_palm.h +++ b/kfile-plugins/palm-databases/kfile_palm.h @@ -32,7 +32,7 @@ class KPalmPlugin: public KFilePlugin TQ_OBJECT public: - KPalmPlugin( TQObject *tqparent, const char *name, const TQStringList& args ); + KPalmPlugin( TQObject *parent, const char *name, const TQStringList& args ); virtual bool readInfo( KFileMetaInfo& info, uint what); // virtual bool writeInfo( const KFileMetaInfo& info ) const; -- cgit v1.2.1