From add436706a938a71a487db019dcd6ff236207bfc Mon Sep 17 00:00:00 2001 From: josef Date: Mon, 07 Oct 2002 14:25:13 +0000 Subject: - first cleanups - basic load/save works now, but none of the standard widget options is remembered? --- (limited to 'noncore/apps/opie-console/profileeditorplugins.h') diff --git a/noncore/apps/opie-console/profileeditorplugins.h b/noncore/apps/opie-console/profileeditorplugins.h index caec7ba..591163a 100644 --- a/noncore/apps/opie-console/profileeditorplugins.h +++ b/noncore/apps/opie-console/profileeditorplugins.h @@ -11,7 +11,7 @@ class ProfileEditorPlugin : public QObject { Q_OBJECT public: - ProfileEditorPlugin(QWidget *parent, Profile p); + ProfileEditorPlugin(QWidget *parent, Profile *p); virtual ~ProfileEditorPlugin(); @@ -36,7 +36,7 @@ class ProfileEditorPlugin : public QObject protected: QWidget *m_parent, *m_widget; - Profile m_profile; + Profile *m_profile; private: enum ParityIds @@ -85,9 +85,9 @@ class ProfileEditorPlugin : public QObject //extern "C" { //#endif -ProfileEditorPlugin *factory_serial(QWidget *parent, const Profile& p); -ProfileEditorPlugin *factory_irda(QWidget *parent, const Profile& p); -ProfileEditorPlugin *factory_modem(QWidget *parent, const Profile& p); +ProfileEditorPlugin *factory_serial(QWidget *parent, Profile *p); +ProfileEditorPlugin *factory_irda(QWidget *parent, Profile *p); +ProfileEditorPlugin *factory_modem(QWidget *parent, Profile *p); //#ifdef __cplusplus //} -- cgit v0.9.0.2