summaryrefslogtreecommitdiffabout
path: root/microkde/krestrictedline.h
Side-by-side diff
Diffstat (limited to 'microkde/krestrictedline.h') (more/less context) (ignore 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 @@
+#ifndef MINIKDE_KRESTRICTEDLINE_H
+#define MINIKDE_KRESTRICTEDLINE_H
+
+#include "klineedit.h"
+
+class KRestrictedLine : public KLineEdit
+{
+ public:
+ KRestrictedLine( QWidget *parent, const char *, const QString & ) :
+ KLineEdit( parent ) {}
+};
+
+#endif