summaryrefslogtreecommitdiffabout
path: root/microkde/krestrictedline.h
Unidiff
Diffstat (limited to 'microkde/krestrictedline.h') (more/less context) (show whitespace changes)
-rw-r--r--microkde/krestrictedline.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/microkde/krestrictedline.h b/microkde/krestrictedline.h
new file mode 100644
index 0000000..200546c
--- a/dev/null
+++ b/microkde/krestrictedline.h
@@ -0,0 +1,13 @@
1#ifndef MINIKDE_KRESTRICTEDLINE_H
2#define MINIKDE_KRESTRICTEDLINE_H
3
4#include "klineedit.h"
5
6class KRestrictedLine : public KLineEdit
7{
8 public:
9 KRestrictedLine( QWidget *parent, const char *, const QString & ) :
10 KLineEdit( parent ) {}
11};
12
13#endif