CVS commit by aseigo: allow overwriting. kedit now has only one outstanding bug. that'll teach the peasants to moan about bugs on theDot. ;-) M +2 -1 kedit.cpp 1.181 --- kdeutils/kedit/kedit.cpp #1.180:1.181 @@ -102,4 +102,5 @@ void TopLevel::setupEditWidget() { eframe = new KEdit (this, "eframe"); + eframe->setOverwriteEnabled(true); KCursor::setAutoHideCursor( eframe, true );