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 /src/k9main.h | |
parent | 65c4beb1dbed77013f3478a0ef904ef1d286f811 (diff) | |
download | k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.tar.gz k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/k9main.h')
-rw-r--r-- | src/k9main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k9main.h b/src/k9main.h index 1c2f3da..0a75343 100644 --- a/src/k9main.h +++ b/src/k9main.h @@ -100,7 +100,7 @@ protected: class k9DVDListItem : public TQObject { Q_OBJECT - TQ_OBJECT + public: k9DVDAudioStream *audioStream; k9DVDSubtitle *subtitle; @@ -114,7 +114,7 @@ public: class k9Main : public MainDlg { Q_OBJECT - TQ_OBJECT + public: |