summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profiledialogwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profiledialogwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profiledialogwidget.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profiledialogwidget.h b/noncore/apps/opie-console/profiledialogwidget.h
index 9d2d5ec..68f2162 100644
--- a/noncore/apps/opie-console/profiledialogwidget.h
+++ b/noncore/apps/opie-console/profiledialogwidget.h
@@ -56,4 +56,13 @@ public:
56 Type type() const; 56 Type type() const;
57}; 57};
58 58
59class NoOptions : public ProfileDialogWidget {
60 Q_OBJECT
61 public:
62 NoOptions( const QString& name, QWidget* parent, const char* na );
63 ~NoOptions() {}
64 void load( const Profile& );
65 void save( Profile& );
66 Type type()const{ return Connection; };
67};
59#endif 68#endif