summaryrefslogtreecommitdiffstats
path: root/kpacman/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/keys.h')
-rw-r--r--kpacman/keys.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/kpacman/keys.h b/kpacman/keys.h
deleted file mode 100644
index f1c822a..0000000
--- a/kpacman/keys.h
+++ /dev/null
@@ -1,44 +0,0 @@
-#ifndef KEYS_H
-#define KEYS_H
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <kapp.h>
-
-#include <tqdialog.h>
-#include <tqlabel.h>
-#include <tqstring.h>
-#include <tdeaccel.h>
-
-class PKeys : public TQDialog
-{
- Q_OBJECT
-public:
- PKeys( TQWidget *parent=0, const char *name=0 );
-
-private slots:
- void butRight();
- void butLeft();
- void butUp();
- void butDown();
-
- void getKey(int);
- void defaults();
- void focusIn(TQLabel *);
- void focusOut(TQLabel *);
-
- void ok();
-
-protected:
- void keyPressEvent( TQKeyEvent * );
-
-private:
- void init();
-
- TQLabel *labels[4];
- TQLabel *lab;
-};
-
-#endif // KEYS_H