summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/keyedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/wlan/keyedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/keyedit.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/wlan/keyedit.h b/noncore/settings/networksettings/wlan/keyedit.h
new file mode 100644
index 0000000..7d418a6
--- a/dev/null
+++ b/noncore/settings/networksettings/wlan/keyedit.h
@@ -0,0 +1,21 @@
+#ifndef KEYEDIT_H
+#define KEYEDIT_H
+
+#include <qlineedit.h>
+
+class KeyEdit : public QLineEdit {
+ Q_OBJECT
+
+public:
+ KeyEdit(QWidget* parent = 0, const char* name = 0);
+ ~KeyEdit();
+
+protected:
+ void focusInEvent(QFocusEvent *event);
+ void focusOutEvent(QFocusEvent *event);
+
+private:
+};
+
+#endif
+