Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

knumvalidator.cpp

Go to the documentation of this file.
00001 #include <qlineedit.h>
00002 
00003 #include "knumvalidator.h"
00004 
00005 KIntValidator::KIntValidator( int a, int b, QLineEdit *c )
00006   : QIntValidator( a, b, c )
00007 {
00008 }

Generated on Sat Nov 5 16:17:12 2005 for OPIE by  doxygen 1.4.2