24#include <tqlineedit.h>
32class SKLineEdit :
public TQLineEdit
35 SKLineEdit(TQWidget *w, Input *i);
38 void drawFrame(TQPainter *p);
39 void drawContents(TQPainter *p);
41 void setFrameColor(TQColor c);
42 TQColor getFrameColor()
const;
44 void setBackgroundColor(TQColor c);
49 virtual void keyReleaseEvent(TQKeyEvent* e);
50 virtual void keyPressEvent(TQKeyEvent* e);