-rw-r--r-- | noncore/apps/opie-console/configdialog.cpp | 7 | ||||
-rw-r--r-- | noncore/apps/opie-console/file_layer.cpp | 3 | ||||
-rw-r--r-- | noncore/apps/opie-console/profileeditorplugins.cpp | 25 | ||||
-rw-r--r-- | noncore/apps/opie-console/profileeditorplugins.h | 3 |
4 files changed, 19 insertions, 19 deletions
diff --git a/noncore/apps/opie-console/configdialog.cpp b/noncore/apps/opie-console/configdialog.cpp index 50512b6..8745305 100644 --- a/noncore/apps/opie-console/configdialog.cpp +++ b/noncore/apps/opie-console/configdialog.cpp | |||
@@ -1,9 +1,10 @@ | |||
1 | #include <qdialog.h> | ||
2 | #include <qlistview.h> | ||
3 | |||
1 | 4 | ||
2 | #include "profile.h" | 5 | #include "profile.h" |
3 | #include "qlistview.h" | ||
4 | #include "configdialog.h" | 6 | #include "configdialog.h" |
5 | #include "profileeditordialog.h" | ||
6 | #include "metafactory.h" | 7 | #include "metafactory.h" |
7 | #include "qdialog.h" | 8 | #include "profileeditordialog.h" |
8 | 9 | ||
9 | class ConfigListItem : public QListViewItem { | 10 | class ConfigListItem : public QListViewItem { |
diff --git a/noncore/apps/opie-console/file_layer.cpp b/noncore/apps/opie-console/file_layer.cpp index 79caa8a..43e9c8f 100644 --- a/noncore/apps/opie-console/file_layer.cpp +++ b/noncore/apps/opie-console/file_layer.cpp | |||
@@ -1,6 +1,7 @@ | |||
1 | #include "file_layer.h" | ||
2 | #include <qfile.h> | 1 | #include <qfile.h> |
3 | #include <opie/oprocess.h> | 2 | #include <opie/oprocess.h> |
4 | 3 | ||
4 | #include "file_layer.h" | ||
5 | |||
5 | FileTransferLayer::FileTransferLayer(IOLayer *layer) | 6 | FileTransferLayer::FileTransferLayer(IOLayer *layer) |
6 | : QObject(), m_layer( layer ) | 7 | : QObject(), m_layer( layer ) |
diff --git a/noncore/apps/opie-console/profileeditorplugins.cpp b/noncore/apps/opie-console/profileeditorplugins.cpp index 937516c..45b2148 100644 --- a/noncore/apps/opie-console/profileeditorplugins.cpp +++ b/noncore/apps/opie-console/profileeditorplugins.cpp | |||
@@ -1,18 +1,17 @@ | |||
1 | 1 | ||
2 | #include "profileeditorplugins.h" | 2 | #include <qframe.h> |
3 | #include "profile.h" | 3 | #include <qlabel.h> |
4 | 4 | #include <qlineedit.h> | |
5 | #include "qframe.h" | 5 | #include <qlayout.h> |
6 | #include "qlabel.h" | 6 | #include <qcombobox.h> |
7 | #include "qlineedit.h" | 7 | #include <qradiobutton.h> |
8 | #include "qlayout.h" | 8 | #include <qcheckbox.h> |
9 | #include "qcombobox.h" | 9 | #include <qbuttongroup.h> |
10 | #include "qradiobutton.h" | 10 | #include <qhgroupbox.h> |
11 | #include "qcheckbox.h" | 11 | #include <qvbox.h> |
12 | #include "qbuttongroup.h" | ||
13 | #include "qhgroupbox.h" | ||
14 | #include "qvbox.h" | ||
15 | 12 | ||
16 | #include "io_serial.h" | 13 | #include "io_serial.h" |
14 | #include "profile.h" | ||
15 | #include "profileeditorplugins.h" | ||
17 | 16 | ||
18 | // Base class | 17 | // Base class |
diff --git a/noncore/apps/opie-console/profileeditorplugins.h b/noncore/apps/opie-console/profileeditorplugins.h index 4ca780e..f576143 100644 --- a/noncore/apps/opie-console/profileeditorplugins.h +++ b/noncore/apps/opie-console/profileeditorplugins.h | |||
@@ -2,10 +2,9 @@ | |||
2 | #define PROFILE_EDITOR_PLUGINS_H | 2 | #define PROFILE_EDITOR_PLUGINS_H |
3 | 3 | ||
4 | #include "profile.h" | ||
5 | 4 | ||
6 | #include <qobject.h> | 5 | #include <qobject.h> |
7 | 6 | ||
8 | class QWidget; | 7 | class QWidget; |
9 | 8 | class Profile; | |
10 | class ProfileEditorPlugin : public QObject | 9 | class ProfileEditorPlugin : public QObject |
11 | { | 10 | { |