summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/controller/keditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/controller/keditor.cpp')
-rw-r--r--khexedit/lib/controller/keditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/keditor.cpp b/khexedit/lib/controller/keditor.cpp
index 7d4e92f..5678b09 100644
--- a/khexedit/lib/controller/keditor.cpp
+++ b/khexedit/lib/controller/keditor.cpp
@@ -35,7 +35,7 @@ KEditor::KEditor( KBufferCursor *BC, KHexEdit* HE, KController *P )
}
-bool KEditor::handleKeyPress( QKeyEvent *KeyEvent )
+bool KEditor::handleKeyPress( TQKeyEvent *KeyEvent )
{
bool clearUndoRedoInfo = true;
bool ShiftPressed = KeyEvent->state() & Qt::ShiftButton;