summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/controller/ktabcontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/controller/ktabcontroller.cpp')
-rw-r--r--khexedit/lib/controller/ktabcontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/controller/ktabcontroller.cpp b/khexedit/lib/controller/ktabcontroller.cpp
index 76c3051..0531b2c 100644
--- a/khexedit/lib/controller/ktabcontroller.cpp
+++ b/khexedit/lib/controller/ktabcontroller.cpp
@@ -16,7 +16,7 @@
// qt specific
-#include <qevent.h>
+#include <tqevent.h>
// lib specific
#include "kvaluecolumn.h"
#include "kcharcolumn.h"
@@ -33,7 +33,7 @@ KTabController::KTabController( KHexEdit* HE, KController *P )
}
-bool KTabController::handleKeyPress( QKeyEvent *KeyEvent )
+bool KTabController::handleKeyPress( TQKeyEvent *KeyEvent )
{
bool KeyUsed = false;