From 48e58438f49993e7bfc44f20ed2c4cf4050f66a6 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/applications/potracegui@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/autotraceformats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/autotraceformats.h') diff --git a/src/autotraceformats.h b/src/autotraceformats.h index aa00e9b..479e25b 100644 --- a/src/autotraceformats.h +++ b/src/autotraceformats.h @@ -35,10 +35,10 @@ Q_OBJECT public: //! Standard TQObject-like constructor /** The constructor, nothing fancy - * \param tqparent The tqparent of the TQObject + * \param parent The parent of the TQObject * \param name The name of the TQObject */ - AutotraceFormats(TQObject *tqparent = 0, const char *name = 0); + AutotraceFormats(TQObject *parent = 0, const char *name = 0); //!Returns the list of supported input formats /** This class returns the list of formats returned by autotrace -list-input-formats * \return The supported formats -- cgit v1.2.1