summaryrefslogtreecommitdiffstats
path: root/src/viewarea.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
commitbceb87c42839fae827243bb09d7185beafffbb1d (patch)
tree5491932f23278d0ed467d4c777e61f0d6122de6b /src/viewarea.h
parent9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff)
downloadkmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz
kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/viewarea.h')
-rw-r--r--src/viewarea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewarea.h b/src/viewarea.h
index ee3930a..7de38d8 100644
--- a/src/viewarea.h
+++ b/src/viewarea.h
@@ -34,7 +34,7 @@ class ViewAreaPrivate;
*/
class KMPLAYER_EXPORT ViewArea : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ViewArea (TQWidget * parent, View * view);
~ViewArea ();