summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/controller/kcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/controller/kcontroller.h')
-rw-r--r--khexedit/lib/controller/kcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kcontroller.h b/khexedit/lib/controller/kcontroller.h
index daeb0d5..be1f9fc 100644
--- a/khexedit/lib/controller/kcontroller.h
+++ b/khexedit/lib/controller/kcontroller.h
@@ -32,7 +32,7 @@ class KController
KController( KHexEdit *HE, KController *P );
public: // KController API
- virtual bool handleKeyPress( QKeyEvent *KeyEvent );
+ virtual bool handleKeyPress( TQKeyEvent *KeyEvent );
protected:
KController *Parent;