summaryrefslogtreecommitdiffstats
path: root/kghostview/fullscreenfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/fullscreenfilter.h')
-rw-r--r--kghostview/fullscreenfilter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kghostview/fullscreenfilter.h b/kghostview/fullscreenfilter.h
index 7d5fa489..4a175c25 100644
--- a/kghostview/fullscreenfilter.h
+++ b/kghostview/fullscreenfilter.h
@@ -28,15 +28,16 @@ class KGVShell;
*/
class FullScreenFilter : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
- FullScreenFilter( KGVShell& parent );
+ FullScreenFilter( KGVShell& tqparent );
/**
* @reimplemented
*/
virtual bool eventFilter( TQObject*, TQEvent* );
private:
- KGVShell& parent;
+ KGVShell& tqparent;
};