From kde-commits Thu May 27 12:55:31 2004 From: Zack Rusin Date: Thu, 27 May 2004 12:55:31 +0000 To: kde-commits Subject: kdelibs/kdeui Message-Id: <20040527125531.BD4B52298 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108566253821543 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 );