From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kghostview/fullscreenfilter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kghostview/fullscreenfilter.h') diff --git a/kghostview/fullscreenfilter.h b/kghostview/fullscreenfilter.h index e60090a1..7d5fa489 100644 --- a/kghostview/fullscreenfilter.h +++ b/kghostview/fullscreenfilter.h @@ -18,7 +18,7 @@ #ifndef DB_FULLSCREENFILTER_H1055977622_INCLUDE_GUARD_ #define DB_FULLSCREENFILTER_H1055977622_INCLUDE_GUARD_ -#include +#include class KGVShell; /* @class FullScreenFilter @@ -26,7 +26,7 @@ class KGVShell; * @short This class is to have in one place the special event all the special * key/mouse handling related to full-screen mode without bloating further KGVPart */ -class FullScreenFilter : public QObject { +class FullScreenFilter : public TQObject { Q_OBJECT public: FullScreenFilter( KGVShell& parent ); @@ -34,7 +34,7 @@ class FullScreenFilter : public QObject { /** * @reimplemented */ - virtual bool eventFilter( QObject*, QEvent* ); + virtual bool eventFilter( TQObject*, TQEvent* ); private: KGVShell& parent; }; -- cgit v1.2.1