summaryrefslogtreecommitdiffstats
path: root/src/k9main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9main.h')
-rw-r--r--src/k9main.h4
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: