summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/controller/kchareditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/controller/kchareditor.h')
-rw-r--r--khexedit/lib/controller/kchareditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kchareditor.h b/khexedit/lib/controller/kchareditor.h
index 74c3d8d..fba1f66 100644
--- a/khexedit/lib/controller/kchareditor.h
+++ b/khexedit/lib/controller/kchareditor.h
@@ -32,7 +32,7 @@ class KCharEditor : public KEditor
KCharEditor( KCharColumn *CC, KBufferCursor *BC, KHexEdit *HE, KController *P );
public: // KEditor API
- virtual bool handleKeyPress( QKeyEvent *KeyEvent );
+ virtual bool handleKeyPress( TQKeyEvent *KeyEvent );
protected:
KCharColumn *CharColumn;