class TDEUI_EXPORT_DEPRECATED KEdit : public TQMultiLineEdit
Darrell Anderson
24 Feb
2012
24 Feb
'12
1:29 p.m.
In keditcl.h, installed by tdelibs, is the following:
class TDEUI_EXPORT_DEPRECATED KEdit : public TQMultiLineEdit
What does that mean to any code wanting to use that function? That is, how should the code
be updated to call that function?
Darrell