diff options
Diffstat (limited to 'kfax/kfax.cpp')
-rw-r--r-- | kfax/kfax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index 17adf629..2cc4e0f5 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -160,7 +160,7 @@ bool buttondown; bool MyApp::x11EventFilter( XEvent * ev) { - if (KApplication::x11EventFilter(ev)) + if (TDEApplication::x11EventFilter(ev)) return TRUE; if (ev->type == ButtonRelease){ |