Rename KComp to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent 0b26dc79c6
commit fbc5727a78

@ -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();

@ -95,7 +95,7 @@ void kMyMoneyCompletion::adjustSize(const int count)
resize(w, h+4);
if(m_parent) {
// the code of this basic block is taken from KCompletionBox::show()
// the code of this basic block is taken from TDECompletionBox::show()
// and modified to our local needs
// this is probably better, once kde switches to requiring qt3.1

Loading…
Cancel
Save