summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profiledialogwidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/profiledialogwidget.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profiledialogwidget.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profiledialogwidget.cpp b/noncore/apps/opie-console/profiledialogwidget.cpp
index 24d59bf..caad998 100644
--- a/noncore/apps/opie-console/profiledialogwidget.cpp
+++ b/noncore/apps/opie-console/profiledialogwidget.cpp
@@ -32 +32,12 @@ ProfileDialogWidget::Type ProfileDialogConnectionWidget::type()const {
}
+ProfileDialogKeyWidget::ProfileDialogKeyWidget( const QString &na,
+ QWidget *parent,
+ const char *name)
+ : ProfileDialogWidget(na, parent, name )
+{
+}
+ProfileDialogKeyWidget::~ProfileDialogKeyWidget() {
+}
+ProfileDialogWidget::Type ProfileDialogKeyWidget::type() const{
+ return Keyboard;
+}