diff options
Diffstat (limited to 'kexi/widget/utils/kexirecordnavigator.cpp')
-rw-r--r-- | kexi/widget/utils/kexirecordnavigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexirecordnavigator.cpp b/kexi/widget/utils/kexirecordnavigator.cpp index 6579fc42..2c4ef8cf 100644 --- a/kexi/widget/utils/kexirecordnavigator.cpp +++ b/kexi/widget/utils/kexirecordnavigator.cpp @@ -192,7 +192,7 @@ void KexiRecordNavigator::setEnabled( bool set ) bool KexiRecordNavigator::eventFilter( TQObject *o, TQEvent *e ) { - if (TQT_BASE_OBJECT(o)==TQT_BASE_OBJECT(m_navRecordNumber)) { + if (o==m_navRecordNumber) { bool recordEntered = false; bool ret; if (e->type()==TQEvent::KeyPress) { |