diff options
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; |