00001 #ifndef MINIKDE_KRESTRICTEDLINE_H 00002 #define MINIKDE_KRESTRICTEDLINE_H 00003 00004 #include "klineedit.h" 00005 00006 class KRestrictedLine : public KLineEdit 00007 { 00008 public: 00009 KRestrictedLine( QWidget *parent, const char *, const QString & ) : 00010 KLineEdit( parent ) {} 00011 }; 00012 00013 #endif
1.4.2