summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profiledialogwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profiledialogwidget.h') (more/less context) (show 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:
12 Connection, 12 Connection,
13 Terminal 13 Terminal,
14 Keyboard
14 }; 15 };
@@ -48,2 +49,10 @@ public:
48}; 49};
50class ProfileDialogKeyWidget : public ProfileDialogWidget {
51 Q_OBJECT
52public:
53 ProfileDialogKeyWidget( const QString &name, QWidget* parent,
54 const char *name =0l);
55 ~ProfileDialogKeyWidget();
56 Type type() const;
57};
49 58