summaryrefslogtreecommitdiff
authorzecke <zecke>2002-10-12 22:43:12 (UTC)
committer zecke <zecke>2002-10-12 22:43:12 (UTC)
commit9333a4005b30aaa723447a044c9fce5a1e580317 (patch) (unidiff)
tree275ed089a65fd0f38918b812e0b1f68a1f78f980
parent97dc4008b5194ec0aa131fcf9b8753a61fe6fb74 (diff)
downloadopie-9333a4005b30aaa723447a044c9fce5a1e580317.zip
opie-9333a4005b30aaa723447a044c9fce5a1e580317.tar.gz
opie-9333a4005b30aaa723447a044c9fce5a1e580317.tar.bz2
Header file clean up
use <> for global header "" for local 1. system header 2. Qt header 3. QPE Header 4. Opie Header 5. local header 6. the class declaration..
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/configdialog.cpp7
-rw-r--r--noncore/apps/opie-console/file_layer.cpp3
-rw-r--r--noncore/apps/opie-console/profileeditorplugins.cpp25
-rw-r--r--noncore/apps/opie-console/profileeditorplugins.h3
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,8 +1,9 @@
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
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,2 +1 @@
1#include "file_layer.h"
2#include <qfile.h> #include <qfile.h>
@@ -4,2 +3,4 @@
4 3
4#include "file_layer.h"
5
5FileTransferLayer::FileTransferLayer(IOLayer *layer) 6FileTransferLayer::FileTransferLayer(IOLayer *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,17 +1,16 @@
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
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
@@ -3,3 +3,2 @@
3 3
4#include "profile.h"
5 4
@@ -8,3 +7,3 @@
8class QWidget; 7class QWidget;
9 8class Profile;
10class ProfileEditorPlugin : public QObject 9class ProfileEditorPlugin : public QObject