summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profiledialogwidget.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/profiledialogwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profiledialogwidget.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/profiledialogwidget.h b/noncore/apps/opie-console/profiledialogwidget.h
index 5d279e6..9d2d5ec 100644
--- a/noncore/apps/opie-console/profiledialogwidget.h
+++ b/noncore/apps/opie-console/profiledialogwidget.h
@@ -12,3 +12,4 @@ public:
Connection,
- Terminal
+ Terminal,
+ Keyboard
};
@@ -48,2 +49,10 @@ public:
};
+class ProfileDialogKeyWidget : public ProfileDialogWidget {
+ Q_OBJECT
+public:
+ ProfileDialogKeyWidget( const QString &name, QWidget* parent,
+ const char *name =0l);
+ ~ProfileDialogKeyWidget();
+ Type type() const;
+};