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 cbc3261..00fcb2a 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -36,7 +36,7 @@ protected: }; class k9NewDVD : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum eFormat {NTSC=2,PAL=1}; |