KDEUI
ksystemeventfilter.h
Go to the documentation of this file.
00001 00021 #ifndef KSYSTEMEVENTFILTER_H 00022 #define KSYSTEMEVENTFILTER_H 00023 00024 #include <kdeui_export.h> 00025 00026 class QWidget; 00027 00034 namespace KSystemEventFilter 00035 { 00057 void KDEUI_EXPORT installEventFilter(QWidget *filter); 00058 00062 void KDEUI_EXPORT removeEventFilter(const QWidget *filter); 00063 } 00064 00065 #endif
KDE 4.6 API Reference