--- a/securitydialogs/AutolockSrv/src/keycapturingapplication.h Thu Jun 17 12:11:51 2010 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-#ifndef KEYCAPTURINGAPPLICATION_H
-#define KEYCAPTURINGAPPLICATION_H
-
-#include <HbApplication>
-
-class KeyCapturingApplication : public HbApplication
-{
-
- Q_OBJECT
-
-signals:
-
- void capturedKeyEvent();
-
-public:
-
- KeyCapturingApplication(int &argc, char *argv[], int keyCode);
- ~KeyCapturingApplication();
- virtual bool symbianEventFilter(const QSymbianEvent *event);
-
-private:
-
- int mKeyCode;
- int mKeyCaptureHandle;
-
-};
-
-#endif // KEYCAPTURINGAPPLICATION_H