21 #ifndef KCURSOR_PRIVATE_H
22 #define KCURSOR_PRIVATE_H
26 #include <tqptrdict.h>
47 virtual bool eventFilter( TQObject *o, TQEvent *e );
56 TQWidget* actualWidget()
const;
58 TQTimer m_autoHideTimer;
60 bool m_wasMouseTracking;
61 bool m_isCursorHidden;
80 virtual bool eventFilter( TQObject *o, TQEvent *e );
85 void slotWidgetDestroyed( TQObject* );
94 TQPtrDict<KCursorPrivateAutoHideEventFilter> m_eventFilters;
99 #endif // KCURSOR_PRIVATE_H