|
|
@ -172,7 +172,7 @@ bool kMyMoneyCompletion::eventFilter(TQObject* o, TQEvent* e)
|
|
|
|
if(o == m_parent || (c && o == c->lineEdit())) {
|
|
|
|
if(o == m_parent || (c && o == c->lineEdit())) {
|
|
|
|
if(isVisible()) {
|
|
|
|
if(isVisible()) {
|
|
|
|
if(type == TQEvent::KeyPress) {
|
|
|
|
if(type == TQEvent::KeyPress) {
|
|
|
|
TQKeyEvent* ev = TQT_TQKEYEVENT (e);
|
|
|
|
TQKeyEvent* ev = static_cast<TQKeyEvent*> (e);
|
|
|
|
TQKeyEvent evt(TQEvent::KeyPress,
|
|
|
|
TQKeyEvent evt(TQEvent::KeyPress,
|
|
|
|
Key_Down, 0, ev->state(), TQString(),
|
|
|
|
Key_Down, 0, ev->state(), TQString(),
|
|
|
|
ev->isAutoRepeat(), ev->count());
|
|
|
|
ev->isAutoRepeat(), ev->count());
|
|
|
|