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

krestrictedline.h

Go to the documentation of this file.
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

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