From 6924185b50abfa448daa16a9f7cb6e532ec77ff9 Mon Sep 17 00:00:00 2001 From: hash Date: Sun, 20 Oct 2002 14:04:33 +0000 Subject: added preliminary support for configuring the keyboard for each profile. --- (limited to 'noncore/apps/opie-console/profiledialogwidget.h') 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 @@ -10,7 +10,8 @@ class ProfileDialogWidget : public QWidget { public: enum Type { Connection, - Terminal + Terminal, + Keyboard }; ProfileDialogWidget( const QString& name, QWidget* parent, const char* name = 0l); ~ProfileDialogWidget(); @@ -46,5 +47,13 @@ public: Type type() const; }; +class ProfileDialogKeyWidget : public ProfileDialogWidget { + Q_OBJECT +public: + ProfileDialogKeyWidget( const QString &name, QWidget* parent, + const char *name =0l); + ~ProfileDialogKeyWidget(); + Type type() const; +}; #endif -- cgit v0.9.0.2