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 cacbe99..e5aac10 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -37,7 +37,7 @@ protected: class k9NewDVD : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum eFormat {NTSC=2,PAL=1}; k9NewDVD ( TQObject *parent = 0, const char *name = 0 ); |