summaryrefslogtreecommitdiffstats
path: root/kdecore/kmanagerselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kmanagerselection.cpp')
-rw-r--r--kdecore/kmanagerselection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kmanagerselection.cpp b/kdecore/kmanagerselection.cpp
index b88990dbf..feabf630d 100644
--- a/kdecore/kmanagerselection.cpp
+++ b/kdecore/kmanagerselection.cpp
@@ -65,7 +65,7 @@ class KSelectionOwnerPrivate
KSelectionOwnerPrivate::KSelectionOwnerPrivate( KSelectionOwner* owner_P )
: owner( owner_P )
{
- kapp->installX11EventFilter( this );
+ kapp->installX11EventFilter( TQT_TQWIDGET(this) );
}
bool KSelectionOwnerPrivate::x11Event( XEvent* ev_P )
@@ -380,7 +380,7 @@ class KSelectionWatcherPrivate
KSelectionWatcherPrivate::KSelectionWatcherPrivate( KSelectionWatcher* watcher_P )
: watcher( watcher_P )
{
- kapp->installX11EventFilter( this );
+ kapp->installX11EventFilter( TQT_TQWIDGET(this) );
}
bool KSelectionWatcherPrivate::x11Event( XEvent* ev_P )