CVS commit by zrusin: commit fix for the famous qtdesigner crash (credit goes to Maks for finding it) M +1 -1 klineedit.cpp 1.178 --- kdelibs/kdeui/klineedit.cpp #1.177:1.178 @@ -125,5 +125,5 @@ void KLineEdit::init() // Enable the context menu by default. - setContextMenuEnabled( true ); + KLineEdit::setContextMenuEnabled( true ); KCursor::setAutoHideCursor( this, true, true ); installEventFilter( this );