diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:12 -0600 |
commit | 97c73a8ce7e26d36d99b80f7e4dfe30363d004f9 (patch) | |
tree | 0626bbee735eb3df57c4868c82d79790d87eae12 /libk9copy/k9dvdtitle.h | |
parent | 65c4beb1dbed77013f3478a0ef904ef1d286f811 (diff) | |
download | k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.tar.gz k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libk9copy/k9dvdtitle.h')
-rw-r--r-- | libk9copy/k9dvdtitle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libk9copy/k9dvdtitle.h b/libk9copy/k9dvdtitle.h index 4e74ddc..8e9f13c 100644 --- a/libk9copy/k9dvdtitle.h +++ b/libk9copy/k9dvdtitle.h @@ -31,7 +31,7 @@ class k9DVDTitleSet; class k9DVDVideoStream : public TQObject{ Q_OBJECT -TQ_OBJECT + friend class k9DVDTitle; private: // Private attributes public: // Public methods @@ -40,7 +40,7 @@ public: // Public methods class k9DVDAudioStream : public TQObject{ Q_OBJECT -TQ_OBJECT + friend class k9DVDTitle; friend class k9DVD; private: // Private attributes @@ -101,7 +101,7 @@ public: // Public methods class k9DVDSubtitle : public TQObject{ Q_OBJECT -TQ_OBJECT + friend class k9DVDTitle; friend class k9DVD; private: // Private attributes @@ -145,7 +145,7 @@ class k9TitleEncOpt; class k9DVDTitle : public TQObject{ Q_OBJECT -TQ_OBJECT + friend class k9DVD; private: // Public attributes unsigned int ts_nr; |