21 #ifndef KCHECKACCELERATORS_H_
22 #define KCHECKACCELERATORS_H_
24 #include <tqguardedptr.h>
26 #include <tqkeysequence.h>
34 #include "tdelibs_export.h"
66 class TDECORE_EXPORT KCheckAccelerators :
public TQObject
74 KCheckAccelerators( TQObject* parent );
78 bool eventFilter( TQObject * , TQEvent * e);
81 void checkAccelerators(
bool automatic );
86 TQTimer autoCheckTimer;
87 void createDialog(TQWidget *parent,
bool automatic);
88 TQGuardedPtr<TQDialog> drklash;
89 TQTextView *drklash_view;
93 void slotDisableCheck(
bool);