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