00001 #ifndef MINIKDE_KNUMVALIDATOR_H 00002 #define MINIKDE_KNUMVALIDATOR_H 00003 00004 #include <qvalidator.h> 00005 00006 class QLineEdit; 00007 00008 class KIntValidator : public QIntValidator 00009 { 00010 public: 00011 KIntValidator( int, int, QLineEdit * ); 00012 }; 00013 00014 #endif
1.4.2