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 | 5660db4e68c904cc2dd01888775483189cda7a10 (patch) | |
tree | f8bb487ab12519611d3ddca1839a03396e954c77 /k9author/k9newdvd.h | |
parent | 33e6166f7e62c479bad5d46ad240ea9704f848fd (diff) | |
download | k9copy-5660db4e68c904cc2dd01888775483189cda7a10.tar.gz k9copy-5660db4e68c904cc2dd01888775483189cda7a10.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9author/k9newdvd.h')
-rw-r--r-- | k9author/k9newdvd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newdvd.h b/k9author/k9newdvd.h index ce7e729..cacbe99 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -40,7 +40,7 @@ class k9NewDVD : public TQObject { TQ_OBJECT public: enum eFormat {NTSC=2,PAL=1}; - k9NewDVD ( TQObject *tqparent = 0, const char *name = 0 ); + k9NewDVD ( TQObject *parent = 0, const char *name = 0 ); ~k9NewDVD(); k9NewDVDItems* getTitles() { return &m_titles; |