From kde-core-devel Sat Apr 01 05:41:15 2000 From: Waldo Bastian Date: Sat, 01 Apr 2000 05:41:15 +0000 To: kde-core-devel Subject: KEditcl.h X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95461875829487 Hiya, Long time no see :-) While reviewing the documentation of keditcl.h in kdelibs/kdeui I encountered some obsolete stuff hanging around. I would like to propose the following clean ups: int repeatSearch() --> bool repeatSearch() remove the KEDIT_ and OPEN_ enumeration. It is used by kedutils/kedit and should be defined there instead. It does not belong in the widget. saveFile(), mynewLine() and prefixString() are not implemented. They should be removed. Is this still in time for the freeze? Unfortunately I can't compile at the moment so I am a bit hesitant to commit this myself. If someone wants to test and commit it I can provide a patch. Cheers, Waldo