krestrictedline.cpp
46 if (e->key() == Key_Enter || e->key() == Key_Return || e->key() == Key_Delete || e->ascii() < 32)
void keyPressEvent(TQKeyEvent *e)
Re-implemented for internal reasons.
Definition: krestrictedline.cpp:42
void setValidChars(const TQString &valid)
All characters in the string valid are treated as acceptable characters.
Definition: krestrictedline.cpp:68
KRestrictedLine(TQWidget *parent=0, const char *name=0, const TQString &valid=TQString::null)
Constructor: This contructor takes three - optional - arguments.
Definition: krestrictedline.cpp:28