|
|
|
@ -312,7 +312,7 @@ bool kMyMoneySplitTable::eventFilter(TQObject *o, TQEvent *e)
|
|
|
|
|
// do not end editing of the transaction.
|
|
|
|
|
if(o->inherits("KLineEdit")) {
|
|
|
|
|
KLineEdit* le = dynamic_cast<KLineEdit*> (o);
|
|
|
|
|
KCompletionBox* box = le->completionBox(false);
|
|
|
|
|
TDECompletionBox* box = le->completionBox(false);
|
|
|
|
|
if(box && box->isVisible()) {
|
|
|
|
|
terminate = false;
|
|
|
|
|
le->completionBox(false)->hide();
|
|
|
|
|