You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mathemagics/mathemagics/kparanoidline.h

23 lines
365 B

#ifndef KPARANOIDLINE_H
#define KPARANOIDLINE_H
#include <klineedit.h>
class KParanoidLine : public KLineEdit
{
TQ_OBJECT
public:
KParanoidLine(TQWidget *parent=0, const char *name=0);
~KParanoidLine();
signals:
void backspacePressed();
void textEntered(const TQString &);
protected:
void keyPressEvent( TQKeyEvent *e );
};
#endif // KPARANOIDLINE_H