diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 48e58438f49993e7bfc44f20ed2c4cf4050f66a6 (patch) | |
tree | 8898cfe18cf79b5335664dc2eb9f5854052eedd8 /src/autotraceformats.h | |
parent | 05cd892aec1d908c2fb517c374babab0ae13cf40 (diff) | |
download | potracegui-48e58438f49993e7bfc44f20ed2c4cf4050f66a6.tar.gz potracegui-48e58438f49993e7bfc44f20ed2c4cf4050f66a6.zip |
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
Diffstat (limited to 'src/autotraceformats.h')
-rw-r--r-- | src/autotraceformats.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <code>autotrace -list-input-formats</code> * \return The supported formats |