-rw-r--r-- | noncore/apps/opie-console/profileeditorplugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileeditorplugins.cpp b/noncore/apps/opie-console/profileeditorplugins.cpp index a0bcab8..b63fa1c 100644 --- a/noncore/apps/opie-console/profileeditorplugins.cpp +++ b/noncore/apps/opie-console/profileeditorplugins.cpp | |||
@@ -7,24 +7,25 @@ | |||
7 | #include "qlineedit.h" | 7 | #include "qlineedit.h" |
8 | #include "qlayout.h" | 8 | #include "qlayout.h" |
9 | #include "qcombobox.h" | 9 | #include "qcombobox.h" |
10 | #include "qradiobutton.h" | 10 | #include "qradiobutton.h" |
11 | #include "qcheckbox.h" | 11 | #include "qcheckbox.h" |
12 | #include "qbuttongroup.h" | 12 | #include "qbuttongroup.h" |
13 | 13 | ||
14 | #include "io_serial.h" | 14 | #include "io_serial.h" |
15 | 15 | ||
16 | // Base class | 16 | // Base class |
17 | 17 | ||
18 | ProfileEditorPlugin::ProfileEditorPlugin(QWidget *parent, Profile *p) | 18 | ProfileEditorPlugin::ProfileEditorPlugin(QWidget *parent, Profile *p) |
19 | : QObject() | ||
19 | { | 20 | { |
20 | m_parent = parent; | 21 | m_parent = parent; |
21 | m_profile = p; | 22 | m_profile = p; |
22 | m_widget = NULL; | 23 | m_widget = NULL; |
23 | } | 24 | } |
24 | 25 | ||
25 | ProfileEditorPlugin::~ProfileEditorPlugin() | 26 | ProfileEditorPlugin::~ProfileEditorPlugin() |
26 | { | 27 | { |
27 | if(m_widget) delete m_widget; | 28 | if(m_widget) delete m_widget; |
28 | } | 29 | } |
29 | 30 | ||
30 | QWidget *ProfileEditorPlugin::connection_widget() | 31 | QWidget *ProfileEditorPlugin::connection_widget() |